aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+6
2009-07-27airo: Buffer overflowRoel Kluin1-7/+6
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-7/+7
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy1-1/+2
2009-05-20airo: fix airo_get_encode{,ext} buffer overflow like I mean it...John W. Linville1-9/+14
2009-05-11airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville1-2/+8
2009-04-16airo: queue SIOCSIWAUTH-requested auth mode change for next commitDan Williams1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-29wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov1-2/+0
2009-03-21airo: convert to net_device_opsStephen Hemminger1-19/+44
2009-03-05airo: reduce stack memory footprintFrank Seidel1-1/+6
2009-02-27airo: correct improper initialization of local variableJohn W. Linville1-1/+2
2009-02-17drivers/net/wireless: fix sparse warnings: fix signednessHannes Eder1-1/+1
2009-02-17drivers/net/wireless: fix sparse warnings: symbol shadows an earlier oneHannes Eder1-3/+1
2009-01-29airo: remove useless #definesDan Williams1-6/+0
2009-01-29airo: clean up and clarify micinit()Dan Williams1-41/+41
2009-01-29airo: use __attribute__ ((packed)) not #pragmaDan Williams1-41/+49
2009-01-29airo: clean up WEP key operationsDan Williams1-56/+146
2009-01-29airo: simplify WEP index and capability checksDan Williams1-32/+27
2009-01-29airo: re-arrange WPA capability checksDan Williams1-34/+32
2009-01-29airo: clean up and clarify interrupt-time task handlingDan Williams1-286/+327
2009-01-29wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy1-18/+7
2008-12-26drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder1-1/+1
2008-11-10don't use net/ieee80211.hJohannes Berg1-26/+24
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-3/+0
2008-10-31airo: Kill directly reference of netdev->privWang Chen1-85/+86
2008-10-27net: convert print_mac to %pMJohannes Berg1-12/+5
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy1-1/+1
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison1-8/+8
2008-06-27wireless: Small cleanupsPavel Machek1-23/+18
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-15/+28
2008-06-14airo: use simple_read_from_buffer()Akinobu Mita1-12/+3