aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2013-05-01airo: Use remove_proc_subtree()David Howells1-36/+13
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-23/+11
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-22/+11
2012-12-06wireless: remove __dev* attributesBill Pemberton1-3/+3
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-5/+2
2012-09-07airo: remove duplicated include from airo.cWei Yongjun1-1/+0
2012-09-07airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-4/+2
2012-08-14userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman1-20/+28
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-19airo: copying wrong data in airo_get_aplist()Dan Carpenter1-2/+2
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-06airo: fix test for FLAG_RADIO_DOWNDan Carpenter1-1/+1
2011-11-26airo: Fix array bounds warning when moving packet payload.David S. Miller1-2/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+2
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-22/+11
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-22/+11
2011-05-16airo: correct proc entry creation interfacesAlexey Dobriyan1-22/+11
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-13/+14
2011-03-31Fix common misspellingsLucas De Marchi1-7/+7
2011-01-04airo: use simple_write_to_bufferAkinobu Mita1-13/+7
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-18/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-8/+16
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-11/+0
2010-09-24airo: remove "basic_rate" module optionDan Carpenter1-11/+0
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+4
2010-09-07airo: make strings constStephen Hemminger1-4/+4
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-3/+2
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-12/+12
2010-07-14wireless: airo: delete netdev from list after it is freedKulikov Vasiliy1-1/+1
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches1-11/+11
2010-06-03drivers/net: use __packed annotationEric Dumazet1-16/+16
2010-05-25drivers: wireless: use new hex_to_bin() methodAndy Shevchenko1-11/+4
2010-03-15airo : Print of firmware versionmatthieu castet1-1/+1
2010-03-15airo : fix printing status infomatthieu castet1-12/+23
2010-03-02airo: return from set_wep_key() when key length is zeroStanislaw Gruszka1-1/+2
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+1
2010-02-15wireless: airo_cs build fixesRandy Dunlap1-0/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-16/+18
2010-02-02airo: fix setting zero length WEP keyStanislaw Gruszka1-16/+18
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-04airo: Fix integer overflow warningMichael Buesch1-1/+1
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2009-10-27airo : allow supend with card without power managementmatthieu castet1-1/+2
2009-10-27airo: Reorder tests, check bounds before elementRoel Kluin1-3/+2
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-3/+9