summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-4/+4
2008-02-06Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller8-73/+162
2008-02-05b43: Fix DMA for 30/32-bit DMA enginesMichael Buesch2-58/+99
2008-02-05iwl3945-base.c: fix off-by-one errorsAdrian Bunk1-4/+4
2008-02-05b43legacy: fix DMA slot resource leakageStefano Brivio1-2/+12
2008-02-05b43legacy: drop packets we are not able to encryptStefano Brivio4-8/+38
2008-02-05b43legacy: fix suspend/resumeStefano Brivio1-2/+7
2008-02-05b43legacy: fix PIO crashStefano Brivio1-0/+3
2008-02-05b43: avoid unregistering device objects during suspendRafael J. Wysocki3-10/+21
2008-02-05latency.c: use QoS infrastructureMark Gross1-5/+7
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson2-40/+40
2008-02-05drivers/net/wireless/b43/main.c needs io.hAndrew Morton1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-02-02ath5k: fix section mismatch warningJohn W. Linville1-3/+3
2008-02-02iwlwifi: fix merge sequence: exit on error before state changeReinette Chatre2-10/+10
2008-02-02iwlwifi: remove ieee80211 types from iwl-helpers.hTomas Winkler1-3/+0
2008-02-02iwlwifi: Fix MIMO PS modeTomas Winkler1-5/+18
2008-02-02iwlwifi: fix sparse warning in iwl 3945Ron Rindjunsky1-3/+4
2008-02-01Add new driver 'rndis_wlan' for wireless RNDIS devices.Jussi Kivilinna3-0/+2787
2008-02-01Add another Prism2 card to hostapMarcin Juszkiewicz1-0/+3
2008-02-01hostap_80211.h: remove duplicate prototypeMichal Piotrowski1-5/+0
2008-02-01wireless: iwlwifi3945/4965 - fix incorrect counting of memoryCyrill Gorcunov2-2/+2
2008-02-01libertas: fix interrupt while removing driverHolger Schurig1-3/+3
2008-02-01libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2-3/+5
2008-02-01iwlwifi: correct math in elapsed_jiffiesEric Sandeen1-2/+2
2008-02-01b43: Drop packets that we are not able to encryptMichael Buesch3-30/+58
2008-02-01b43: Fix suspend/resumeMichael Buesch2-16/+25
2008-02-01iwlwifi: Fix uCode error on associationGregory Greenman3-4/+5
2008-02-01iwlwifi: do not schedule tasklet when rcv unused irqJoonwoo Park4-10/+18
2008-02-01iwlwifi: cleanup usage of inline functionsReinette Chatre6-23/+20
2008-02-01iwlwifi: initialize geo/channel information during probeReinette Chatre2-28/+80
2008-02-01iwl4965: fix return code indicating one interface is supportedReinette Chatre1-1/+1
2008-02-01iwlwifi: Fix an invalid bitmask test in iwl3945 and iwl4965Maarten Lankhorst2-2/+2
2008-02-01rtl8180_dev.c: add support for 1799:700fAdrian Bassett1-0/+1
2008-02-01b43legacy: fix MAC control and microcode initStefano Brivio5-81/+110
2008-02-01b43legacy: Fix rfkill allocation leakage in error pathsMichael Buesch1-1/+8
2008-02-01b43: Fix rfkill allocation leakage in error pathsMichael Buesch1-1/+8
2008-02-01ath5k: debug level improvementsBruno Randolf3-37/+115
2008-02-01rt61pci: fix-up merge damageJohn W. Linville1-1/+2
2008-01-29ath5k: always extend rx timestamp with tsfBruno Randolf1-5/+12
2008-01-29ath5k: configure backoff for IBSS beacon queueBruno Randolf1-2/+12
2008-01-29ath5k: use SWBA to detect IBSS HW mergesBruno Randolf2-13/+67
2008-01-29ath5k: better beacon timer calculationBruno Randolf1-17/+92
2008-01-29ath5k: beacon interval is in TUBruno Randolf3-5/+5
2008-01-29ath5k: use 3 instead of 0x00000003Bruno Randolf1-4/+2
2008-01-29b43: Fix MAC control and microcode initMichael Buesch1-13/+48
2008-01-29ath5k: reset key cache after resumeJohn W. Linville1-3/+14
2008-01-29ath5k: use AR5K_KEYTABLE_SIZE when initializing key tableJohn W. Linville1-1/+1
2008-01-29b43: Fix firmware cachingMichael Buesch2-110/+134