summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18airo: move under cisco vendor directoryKalle Valo1-8236/+0
2015-10-28airo: fix scan after SIOCSIWAP (airo_set_wap)Ondrej Zary1-3/+17
2015-10-28airo: Track APList_rid in struct airo_infoOndrej Zary1-38/+19
2015-09-29airo: Implement netif_carrier_on/offOndrej Zary1-0/+5
2015-09-29airo: fix IW_AUTH_ALG_OPEN_SYSTEMOndrej Zary1-24/+35
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-21airo: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2014-02-28airo: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-5/+8
2014-02-25drivers:net:wireless:airo.c:checkpatch.pl cleanupAvinash kumar1-2/+2
2013-09-26wireless: airo: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-04net: airo: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2013-05-02airo: Use remove_proc_subtree()David Howells1-36/+13
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells1-23/+11
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-22/+11
2012-12-07wireless: 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/linvil...John 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-15userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman1-20/+28
2012-06-26Merge 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-07airo: fix test for FLAG_RADIO_DOWNDan Carpenter1-1/+1
2011-11-27airo: Fix array bounds warning when moving packet payload.David S. Miller1-2/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+2
2011-07-28net: 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/...David S. Miller1-22/+11
2011-05-25Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John 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/linvil...John 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/linvil...John W. Linville1-4/+4
2010-09-07airo: make strings constStephen Hemminger1-4/+4
2010-08-18drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-3/+2
2010-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David 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