summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c
Commit message (Expand)AuthorAgeFilesLines
* airo : allow supend with card without power managementmatthieu castet2009-10-271-1/+2
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-3/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-7/+6Star
|\
| * airo: Buffer overflowRoel Kluin2009-07-271-7/+6Star
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-7/+7
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-3/+3
* net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-131-1/+2
* airo: fix airo_get_encode{,ext} buffer overflow like I mean it...John W. Linville2009-05-201-9/+14
* airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville2009-05-111-2/+8
* airo: queue SIOCSIWAUTH-requested auth mode change for next commitDan Williams2009-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-311-2/+0Star
|\
| * wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov2009-03-291-2/+0Star
* | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-1/+0Star
|/
* airo: convert to net_device_opsStephen Hemminger2009-03-221-19/+44
* airo: reduce stack memory footprintFrank Seidel2009-03-051-1/+6
* airo: correct improper initialization of local variableJohn W. Linville2009-02-271-1/+2
* drivers/net/wireless: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+1
* drivers/net/wireless: fix sparse warnings: symbol shadows an earlier oneHannes Eder2009-02-181-3/+1Star
* airo: remove useless #definesDan Williams2009-01-291-6/+0Star
* airo: clean up and clarify micinit()Dan Williams2009-01-291-41/+41
* airo: use __attribute__ ((packed)) not #pragmaDan Williams2009-01-291-41/+49
* airo: clean up WEP key operationsDan Williams2009-01-291-56/+146
* airo: simplify WEP index and capability checksDan Williams2009-01-291-32/+27Star
* airo: re-arrange WPA capability checksDan Williams2009-01-291-34/+32Star
* airo: clean up and clarify interrupt-time task handlingDan Williams2009-01-291-286/+327
* wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy2009-01-291-18/+7Star
* drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder2008-12-261-1/+1
* don't use net/ieee80211.hJohannes Berg2008-11-101-26/+24Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-3/+0Star
* airo: Kill directly reference of netdev->privWang Chen2008-11-011-85/+86
* net: convert print_mac to %pMJohannes Berg2008-10-281-12/+5Star
* wireless: Read scan flags correctly on x86-64David Kilroy2008-09-241-1/+1
* wireless: replace __FUNCTION__ with __func__Harvey Harrison2008-08-221-8/+8
* wireless: Small cleanupsPavel Machek2008-06-271-23/+18Star
* wext: Emit event stream entries correctly when compat.David S. Miller2008-06-171-15/+28
* airo: use simple_read_from_buffer()Akinobu Mita2008-06-141-12/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-1/+1
|\
| * airo warning fixAndrew Morton2008-06-041-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-261-1/+2
|\|
| * wireless: Create 'device' symlink in sysfsMasakazu Mokuno2008-05-161-0/+1
| * wireless, airo: waitbusy() won't delayRoel Kluin2008-05-161-1/+1
* | airo: use netstats in net_device structurePaulius Zaleckas2008-05-141-28/+29
|/
* wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-52/+32Star
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+4
* airo: last of endianness annotationsAl Viro2008-01-291-226/+218Star
* airo: sanitize handling of StatusRidAl Viro2008-01-291-65/+67
* airo: sanitize APListRid handlingAl Viro2008-01-291-12/+11Star
* airo: sanitize handling of CapabilityRidAl Viro2008-01-291-63/+69
* airo: sanitize handling of StatsRidAl Viro2008-01-291-36/+42