summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)Author
2013-05-01airo: Use remove_proc_subtree()David Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2012-12-06wireless: remove __dev* attributesBill Pemberton
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-07airo: remove duplicated include from airo.cWei Yongjun
2012-09-07airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun
2012-08-14userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-19airo: copying wrong data in airo_get_aplist()Dan Carpenter
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-06airo: fix test for FLAG_RADIO_DOWNDan Carpenter
2011-11-26airo: Fix array bounds warning when moving packet payload.David S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-16airo: correct proc entry creation interfacesAlexey Dobriyan
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-04airo: use simple_write_to_bufferAkinobu Mita
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-24airo: remove "basic_rate" module optionDan Carpenter
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-07airo: make strings constStephen Hemminger
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-07-14wireless: airo: delete netdev from list after it is freedKulikov Vasiliy
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-25drivers: wireless: use new hex_to_bin() methodAndy Shevchenko
2010-03-15airo : Print of firmware versionmatthieu castet
2010-03-15airo : fix printing status infomatthieu castet
2010-03-02airo: return from set_wep_key() when key length is zeroStanislaw Gruszka
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-15wireless: airo_cs build fixesRandy Dunlap
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-02airo: fix setting zero length WEP keyStanislaw Gruszka
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-04airo: Fix integer overflow warningMichael Buesch
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-27airo : allow supend with card without power managementmatthieu castet
2009-10-27airo: Reorder tests, check bounds before elementRoel Kluin
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller