summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)Author
2009-01-29airo: clean up and clarify micinit()Dan Williams
2009-01-29airo: use __attribute__ ((packed)) not #pragmaDan Williams
2009-01-29airo: clean up WEP key operationsDan Williams
2009-01-29airo: simplify WEP index and capability checksDan Williams
2009-01-29airo: re-arrange WPA capability checksDan Williams
2009-01-29airo: clean up and clarify interrupt-time task handlingDan Williams
2009-01-29wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy
2008-12-26drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder
2008-11-10don't use net/ieee80211.hJohannes Berg
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31airo: Kill directly reference of netdev->privWang Chen
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison
2008-06-27wireless: Small cleanupsPavel Machek
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller
2008-06-14airo: use simple_read_from_buffer()Akinobu Mita
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-04airo warning fixAndrew Morton
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-05-16wireless: Create 'device' symlink in sysfsMasakazu Mokuno
2008-05-16wireless, airo: waitbusy() won't delayRoel Kluin
2008-05-14airo: use netstats in net_device structurePaulius Zaleckas
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29proc: remove proc_root_driverAlexey Dobriyan
2008-01-28airo: last of endianness annotationsAl Viro
2008-01-28airo: sanitize handling of StatusRidAl Viro
2008-01-28airo: sanitize APListRid handlingAl Viro
2008-01-28airo: sanitize handling of CapabilityRidAl Viro
2008-01-28airo: sanitize handling of StatsRidAl Viro
2008-01-28airo: sanitize handling of WepKeyRidAl Viro
2008-01-28airo: sanitize BSSListRid handlingAl Viro
2008-01-28bap_read()/bap_write() work with fixed-endian buffersAl Viro
2008-01-28airo: sanitize handling of SSID_ridAl Viro
2008-01-28airo: trivial endianness annotationsAl Viro
2008-01-28airo: fix writerids() endiannessAl Viro
2008-01-28airo endianness bug: cap_rid.extSoftCapAl Viro
2008-01-28airo: bug in airo_interrupt() handling on incoming 802.11Al Viro
2008-01-28airo: fix endianness bug in ->dBm handlingAl Viro
2008-01-28airo: fix transmit_802_11_packet()Al Viro
2008-01-28NULL noise in drivers/netAl Viro
2008-01-28wireless: checkpatch cleanupsJeff Garzik
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle