summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-23wireless: replace __FUNCTION__ with __func__Harvey Harrison1-8/+8
2008-06-27wireless: Small cleanupsPavel Machek1-23/+18
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller1-15/+28
2008-06-14airo: use simple_read_from_buffer()Akinobu Mita1-12/+3
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-04airo warning fixAndrew Morton1-1/+1
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2008-05-17wireless: Create 'device' symlink in sysfsMasakazu Mokuno1-0/+1
2008-05-17wireless, airo: waitbusy() won't delayRoel Kluin1-1/+1
2008-05-15airo: use netstats in net_device structurePaulius Zaleckas1-28/+29
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-52/+32
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-4/+4
2008-01-29airo: last of endianness annotationsAl Viro1-226/+218
2008-01-29airo: sanitize handling of StatusRidAl Viro1-65/+67
2008-01-29airo: sanitize APListRid handlingAl Viro1-12/+11
2008-01-29airo: sanitize handling of CapabilityRidAl Viro1-63/+69
2008-01-29airo: sanitize handling of StatsRidAl Viro1-36/+42
2008-01-29airo: sanitize handling of WepKeyRidAl Viro1-39/+33
2008-01-29airo: sanitize BSSListRid handlingAl Viro1-39/+30
2008-01-29bap_read()/bap_write() work with fixed-endian buffersAl Viro1-27/+29
2008-01-29airo: sanitize handling of SSID_ridAl Viro1-54/+49
2008-01-29airo: trivial endianness annotationsAl Viro1-25/+26
2008-01-29airo: fix writerids() endiannessAl Viro1-2/+2
2008-01-29airo endianness bug: cap_rid.extSoftCapAl Viro1-1/+2
2008-01-29airo: bug in airo_interrupt() handling on incoming 802.11Al Viro1-51/+23
2008-01-29airo: fix endianness bug in ->dBm handlingAl Viro1-3/+6
2008-01-29airo: fix transmit_802_11_packet()Al Viro1-8/+3
2008-01-29NULL noise in drivers/netAl Viro1-1/+1
2008-01-29wireless: checkpatch cleanupsJeff Garzik1-2/+1
2008-01-29[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-2/+3
2008-01-29wireless: fix '!x & y' typo'sRoel Kluin1-1/+1
2007-10-11[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+5
2007-10-11[NET]: Wrap hard_header_parseStephen Hemminger1-6/+1
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-20/+12
2007-10-11drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-11[PATCH] remove gratuitous space in airo module descriptionBill Nottingham1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+2
2007-07-10[PATCH] airo: start with radio offMichal Schmidt1-1/+1
2007-07-10[PATCH] airo: simpler calling convention for enable_MAC()Michal Schmidt1-36/+27
2007-07-10[PATCH] airo: fix a race causing initialization failuresMichal Schmidt1-31/+28
2007-07-10[PATCH] airo: delay some initialization until the netdev is upMichal Schmidt1-35/+45
2007-07-10[PATCH] airo: disable the PCI device when unloading moduleMichal Schmidt1-1/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-28[PATCH] airo: Make /sys/bus/pci/drivers/airo/{,un}bind workMichal Schmidt1-39/+29
2007-04-28[PATCH] airo: Don't check for NULL before kfree()Michal Schmidt1-2/+0
2007-04-26[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-4/+1