summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wireless: fix sparse warnings: make symbols staticHannes Eder2008-12-261-1/+1
* don't use net/ieee80211.hJohannes Berg2008-11-101-26/+24
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-3/+0
* airo: Kill directly reference of netdev->privWang Chen2008-10-311-85/+86
* net: convert print_mac to %pMJohannes Berg2008-10-271-12/+5
* 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/+18
* wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-15/+28
* airo: use simple_read_from_buffer()Akinobu Mita2008-06-141-12/+3
* 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-251-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/+32
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+4
* airo: last of endianness annotationsAl Viro2008-01-281-226/+218
* airo: sanitize handling of StatusRidAl Viro2008-01-281-65/+67
* airo: sanitize APListRid handlingAl Viro2008-01-281-12/+11
* airo: sanitize handling of CapabilityRidAl Viro2008-01-281-63/+69
* airo: sanitize handling of StatsRidAl Viro2008-01-281-36/+42
* airo: sanitize handling of WepKeyRidAl Viro2008-01-281-39/+33
* airo: sanitize BSSListRid handlingAl Viro2008-01-281-39/+30
* bap_read()/bap_write() work with fixed-endian buffersAl Viro2008-01-281-27/+29
* airo: sanitize handling of SSID_ridAl Viro2008-01-281-54/+49
* airo: trivial endianness annotationsAl Viro2008-01-281-25/+26
* airo: fix writerids() endiannessAl Viro2008-01-281-2/+2
* airo endianness bug: cap_rid.extSoftCapAl Viro2008-01-281-1/+2
* airo: bug in airo_interrupt() handling on incoming 802.11Al Viro2008-01-281-51/+23
* airo: fix endianness bug in ->dBm handlingAl Viro2008-01-281-3/+6
* airo: fix transmit_802_11_packet()Al Viro2008-01-281-8/+3
* NULL noise in drivers/netAl Viro2008-01-281-1/+1
* wireless: checkpatch cleanupsJeff Garzik2008-01-281-2/+1
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-281-2/+3
* wireless: fix '!x & y' typo'sRoel Kluin2008-01-281-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+5
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-6/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-20/+12
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-3/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [PATCH] remove gratuitous space in airo module descriptionBill Nottingham2007-10-101-2/+2
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+2
* [PATCH] airo: start with radio offMichal Schmidt2007-07-101-1/+1
* [PATCH] airo: simpler calling convention for enable_MAC()Michal Schmidt2007-07-101-36/+27
* [PATCH] airo: fix a race causing initialization failuresMichal Schmidt2007-07-101-31/+28
* [PATCH] airo: delay some initialization until the netdev is upMichal Schmidt2007-07-101-35/+45
* [PATCH] airo: disable the PCI device when unloading moduleMichal Schmidt2007-07-101-1/+5
OpenPOWER on IntegriCloud