summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)AuthorLines
2008-06-04airo warning fixAndrew Morton-1/+1
2008-05-16wireless: Create 'device' symlink in sysfsMasakazu Mokuno-0/+1
2008-05-16wireless, airo: waitbusy() won't delayRoel Kluin-1/+1
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison-1/+1
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev-52/+32
2008-04-29proc: remove proc_root_driverAlexey Dobriyan-4/+4
2008-01-28airo: last of endianness annotationsAl Viro-226/+218
2008-01-28airo: sanitize handling of StatusRidAl Viro-65/+67
2008-01-28airo: sanitize APListRid handlingAl Viro-12/+11
2008-01-28airo: sanitize handling of CapabilityRidAl Viro-63/+69
2008-01-28airo: sanitize handling of StatsRidAl Viro-36/+42
2008-01-28airo: sanitize handling of WepKeyRidAl Viro-39/+33
2008-01-28airo: sanitize BSSListRid handlingAl Viro-39/+30
2008-01-28bap_read()/bap_write() work with fixed-endian buffersAl Viro-27/+29
2008-01-28airo: sanitize handling of SSID_ridAl Viro-54/+49
2008-01-28airo: trivial endianness annotationsAl Viro-25/+26
2008-01-28airo: fix writerids() endiannessAl Viro-2/+2
2008-01-28airo endianness bug: cap_rid.extSoftCapAl Viro-1/+2
2008-01-28airo: bug in airo_interrupt() handling on incoming 802.11Al Viro-51/+23
2008-01-28airo: fix endianness bug in ->dBm handlingAl Viro-3/+6
2008-01-28airo: fix transmit_802_11_packet()Al Viro-8/+3
2008-01-28NULL noise in drivers/netAl Viro-1/+1
2008-01-28wireless: checkpatch cleanupsJeff Garzik-2/+1
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik-2/+3
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-1/+5
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger-6/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-20/+12
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-10-10[PATCH] remove gratuitous space in airo module descriptionBill Nottingham-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-1/+2
2007-07-10[PATCH] airo: start with radio offMichal Schmidt-1/+1
2007-07-10[PATCH] airo: simpler calling convention for enable_MAC()Michal Schmidt-36/+27
2007-07-10[PATCH] airo: fix a race causing initialization failuresMichal Schmidt-31/+28
2007-07-10[PATCH] airo: delay some initialization until the netdev is upMichal Schmidt-35/+45
2007-07-10[PATCH] airo: disable the PCI device when unloading moduleMichal Schmidt-1/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-28[PATCH] airo: Make /sys/bus/pci/drivers/airo/{,un}bind workMichal Schmidt-39/+29
2007-04-28[PATCH] airo: Don't check for NULL before kfree()Michal Schmidt-2/+0
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo-4/+1
2007-03-16[PATCH] airo: Fix an error path memory leakMichal Schmidt-1/+3
2007-02-17Merge branch 'upstream' into upstream-jgarzikJohn W. Linville-2/+2
2007-02-14[PATCH] misc-wireless: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish-2/+2
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven-8/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham-0/+1
2006-10-16[PATCH] airo: check if need to freezeDave Kleikamp-2/+4
2006-10-16[PATCH] wireless: More WE-21 potential overflows...Jean Tourrilhes-1/+0