aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20b43: LP-PHY: Fix reading old mode in the set TX power control routineGábor Stefanik1-2/+2
2009-08-20wl1251: correct definitions for 0th bit definesBob Copeland1-2/+2
2009-08-20mac80211: remove deprecated APIJohannes Berg2-10/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg20-120/+205
2009-08-20b43: LP-PHY: Remove BROKEN from B43_PHY_LPGábor Stefanik2-7/+9
2009-08-20b43: LP-PHY: Update B2062 radio init with recent spec changesGábor Stefanik1-0/+5
2009-08-20b43: LP-PHY: Fix a bug in the B2062 channel tune pathGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Update code for spec fixes, and fix a few typosGábor Stefanik1-18/+35
2009-08-20b43: LP-PHY: Fix a spec error in the B2062 channel switch routineGábor Stefanik1-0/+4
2009-08-20b43: LP-PHY: Update baseband init for recent spec changesGábor Stefanik1-5/+68
2009-08-20b43: Handle B43_PHYTYPE_LP in RX pathGábor Stefanik2-1/+2
2009-08-20b43: LP-PHY: Fix another TX power control abuseGábor Stefanik1-3/+4
2009-08-20b43: LP-PHY: Update TX gain override for a spec typo fixGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Don't adjust gain table for rev2+ when setting channelGábor Stefanik1-2/+1
2009-08-20b43: Make LP-PHY testableGábor Stefanik1-4/+7
2009-08-20b43: Add LP-PHY firmware loading supportGábor Stefanik1-1/+25
2009-08-20p54: disable PS by defaultChristian Lamparter1-0/+6
2009-08-20ath9k: Updates for AR9287_12 version of chipset.Vivek Natarajan2-4/+11
2009-08-20ath9k: Fix ref power interpolation logic for AR9287 chipsets.Vivek Natarajan1-9/+3
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan4-15/+22
2009-08-20ath9k: Set AR_WA for AR9287 as it improves consistency in throughput.Vivek Natarajan1-1/+1
2009-08-20ath9k: Add open loop power control support for AR9287.Vivek Natarajan3-19/+52
2009-08-20b43: LP-PHY: Implement channel switching for rev0/1/B2062 radioGábor Stefanik2-15/+284
2009-08-20b43: LP-PHY: Implement channel switching for rev2+/B2063 radioGábor Stefanik1-22/+402
2009-08-20libertas: don't use dynamic-sized arrayAndrey Yurovsky1-1/+7
2009-08-20iwlwifi: disable PS by defaultJohannes Berg1-0/+6
2009-08-20iwlwifi: fix erroneous use of iwl_rx_packet.len as a lengthDaniel C Halperin5-8/+11
2009-08-20iwlwifi: add thermal throttling support to 5150Wey-Yi Guy1-0/+1
2009-08-20iwlwifi: use station HT capabilities and BSS operating mode for Green-fieldDaniel C Halperin9-22/+32
2009-08-20iwlwifi: check short GI support per-station rather than globallyDaniel C Halperin3-63/+15
2009-08-20iwlwifi: configure HT40 channels in iwl_mac_configDaniel C Halperin1-21/+25
2009-08-20iwlwifi: refactor packet reception codeDaniel C Halperin2-127/+78
2009-08-20iwlwifi: remove unused members of iwl_ht_infoJohannes Berg2-5/+0
2009-08-20iwlwifi: traverse linklist to find the valid OTP blockWey-Yi Guy6-43/+191
2009-08-20iwlwifi: cleanup HT40 extension channels setupZhu Yi1-25/+12
2009-08-20iwlwifi: include HT configuration when adding stations through rs_rate_initDaniel C Halperin1-8/+10
2009-08-20iwlwifi: remove unused HT configuration entry tx_chan_widthDaniel C Halperin2-2/+0
2009-08-20iwlwifi: prevent read outside array boundsReinette Chatre3-0/+10
2009-08-20b43: LP-PHY: Initialize TX power controlGábor Stefanik2-7/+103
2009-08-20b43: Update dummy transmission to match V4 specsGábor Stefanik5-23/+31
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2009-08-14b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik1-47/+460
2009-08-14ath9k: Set HW state properlySujith1-0/+1
2009-08-14ath9k: Fix bug in PCI resumeSujith1-1/+3
2009-08-14ath9k: Remove duplicate variablesSujith3-21/+14
2009-08-14ath9k: Remove has_hw_phycountersSujith4-112/+88
2009-08-14ath9k: update kconfig to indicate support for AR9002 familyLuis R. Rodriguez1-1/+7
2009-08-14ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez1-2/+2
2009-08-14ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2-15/+9
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez6-41/+75