aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-10ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez1-2/+4
2008-10-10ath9k: remove nasty FAIL macro from ath9k_hw_reset()Luis R. Rodriguez1-12/+21
2008-10-06iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler3-32/+22
2008-10-06iwlwifi: scan fix commentTomas Winkler1-1/+2
2008-10-06iwlwifi: scan correct setting of valid rx_chainsTomas Winkler1-1/+1
2008-10-06ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau3-26/+95
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau5-4/+7
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau6-10/+13
2008-10-06rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.Gertjan van Wingerde1-2/+7
2008-10-06p54: report appropriate rate and band values for 802.11aChristian Lamparter1-2/+3
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez6-25/+197
2008-10-06ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez1-1/+1
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez5-22/+19
2008-10-06ath9k: fixup some merge damageJohn W. Linville1-2/+0
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-44/+21
2008-09-30ath5k: Add support for AR2417 v2Nick Kossifidis1-2/+3
2008-09-30ath5k: Fix SREV reporting after SREV updatesNick Kossifidis1-1/+5
2008-09-30ath5k: Use QUIET mechanism on tx dma stopNick Kossifidis2-7/+46
2008-09-30ath5k: Use new srevs to properly attach radio chipsNick Kossifidis1-69/+113
2008-09-30b43: Increase loop tries in do_dummy_txLarry Finger1-1/+1
2008-09-30ath5k: Update registers and SREV ids v2Nick Kossifidis6-238/+490
2008-09-30ath5k: write beacon control register twice when resetting tsfBob Copeland1-1/+13
2008-09-30rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.Gertjan van Wingerde1-35/+34
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal4-2/+19
2008-09-30b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306Larry Finger1-0/+1
2008-09-30iwlwifi: use correct DMA_MASKWinkler, Tomas1-4/+4
2008-09-30iwlwifi: enable power save setting upon configEster Kummer1-0/+7
2008-09-30iwlwifi: refactor rx register initializationWinkler, Tomas3-16/+25
2008-09-30p54: Fix sparse warningsLarry Finger3-20/+24
2008-09-30b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant of BCM4306Larry Finger1-1/+2
2008-09-24iwlwifi: don't fail if scan is issued too earlyTomas Winkler2-11/+12
2008-09-24iwlagn: downgrade BUG_ON in interruptJohannes Berg1-4/+3
2008-09-24pcmcia: Fix up legacy driver IRQsAlan Cox8-8/+8
2008-09-24rt2x00: Fix HW crypto key handlingIvo van Doorn3-5/+6
2008-09-24ath9k: Add a few comments about mibeventsLuis R. Rodriguez1-2/+16
2008-09-24mac80211: clean up rate control APIJohannes Berg6-304/+146
2008-09-24ath9k: Fix TSF Adjust usageSujith1-1/+2
2008-09-24ath9k: Fix nexttbtt calculationSujith2-3/+7
2008-09-24ath9k: Whitespace cleanupSujith1-76/+60
2008-09-24iwlwifi: remove HT flags from RXON when not in HT anymoreEmmanuel Grumbach2-3/+8
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona2-3/+24
2008-09-24ath5k: Fix bad udelay calls on AR5210 codeNick Kossifidis3-10/+14
2008-09-24iwlwifi: make PS use named constantsTomas Winkler1-7/+12
2008-09-24iwlwifi: don't delay scan in IBSS modeTomas Winkler1-2/+4
2008-09-24b43: Issue warning when RFKILL_INPUT is not enabledLarry Finger1-0/+5
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy4-5/+4
2008-09-24ath9k: disable MIB interrupts to fix interrupt stormLuis R. Rodriguez1-0/+7
2008-09-23zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller1-1/+1
2008-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-10/+14
2008-09-22ath9k: Fix IRQ nobody cared issue with ath9kSenthil Balasubramanian2-3/+10