summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-20ssb: Fix typo in the rev8 SPROM extraction routineGábor Stefanik1-1/+1
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-14sky2: remove restarting workaround flagStephen Hemminger2-14/+1
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2-3/+7
2009-08-14ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev1-0/+6
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+7
2009-08-14sky2: version 1.24Stephen Hemminger1-1/+1
2009-08-14sky2: fix pause negotiationStephen Hemminger2-33/+56
2009-08-14sky2: lock less transmit completionStephen Hemminger1-16/+9
2009-08-14sky2: cleanup restart operationsStephen Hemminger1-47/+48
2009-08-14sky2: hold RTNL when doing suspend/shutdown operationsStephen Hemminger1-0/+4
2009-08-14sky2: hold spinlock around phy_power_downStephen Hemminger1-0/+2
2009-08-14sky2: Reset tx train after interrupts disabled.Mike McCormack1-6/+3
2009-08-14sky2: Move tx reset functionality to sky2_tx_reset()Mike McCormack1-18/+26
2009-08-14sky2: Avoid rewinding sky2->tx_prodMike McCormack1-16/+18
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller139-7136/+20983
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David 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