summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* b43: Make LP-PHY testableGábor Stefanik2009-08-201-4/+7
* b43: Add LP-PHY firmware loading supportGábor Stefanik2009-08-201-1/+25
* ssb: Fix typo in the rev8 SPROM extraction routineGábor Stefanik2009-08-201-1/+1
* p54: disable PS by defaultChristian Lamparter2009-08-201-0/+6
* ath9k: Updates for AR9287_12 version of chipset.Vivek Natarajan2009-08-202-4/+11
* ath9k: Fix ref power interpolation logic for AR9287 chipsets.Vivek Natarajan2009-08-201-9/+3
* ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan2009-08-204-15/+22
* ath9k: Set AR_WA for AR9287 as it improves consistency in throughput.Vivek Natarajan2009-08-201-1/+1
* ath9k: Add open loop power control support for AR9287.Vivek Natarajan2009-08-203-19/+52
* b43: LP-PHY: Implement channel switching for rev0/1/B2062 radioGábor Stefanik2009-08-202-15/+284
* b43: LP-PHY: Implement channel switching for rev2+/B2063 radioGábor Stefanik2009-08-201-22/+402
* libertas: don't use dynamic-sized arrayAndrey Yurovsky2009-08-201-1/+7
* iwlwifi: disable PS by defaultJohannes Berg2009-08-201-0/+6
* iwlwifi: fix erroneous use of iwl_rx_packet.len as a lengthDaniel C Halperin2009-08-205-8/+11
* iwlwifi: add thermal throttling support to 5150Wey-Yi Guy2009-08-201-0/+1
* iwlwifi: use station HT capabilities and BSS operating mode for Green-fieldDaniel C Halperin2009-08-209-22/+32
* iwlwifi: check short GI support per-station rather than globallyDaniel C Halperin2009-08-203-63/+15
* iwlwifi: configure HT40 channels in iwl_mac_configDaniel C Halperin2009-08-201-21/+25
* iwlwifi: refactor packet reception codeDaniel C Halperin2009-08-202-127/+78
* iwlwifi: remove unused members of iwl_ht_infoJohannes Berg2009-08-202-5/+0
* iwlwifi: traverse linklist to find the valid OTP blockWey-Yi Guy2009-08-206-43/+191
* iwlwifi: cleanup HT40 extension channels setupZhu Yi2009-08-201-25/+12
* iwlwifi: include HT configuration when adding stations through rs_rate_initDaniel C Halperin2009-08-201-8/+10
* iwlwifi: remove unused HT configuration entry tx_chan_widthDaniel C Halperin2009-08-202-2/+0
* iwlwifi: prevent read outside array boundsReinette Chatre2009-08-203-0/+10
* b43: LP-PHY: Initialize TX power controlGábor Stefanik2009-08-202-7/+103
* b43: Update dummy transmission to match V4 specsGábor Stefanik2009-08-205-23/+31
* sky2: remove restarting workaround flagStephen Hemminger2009-08-152-14/+1
* ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2009-08-152-3/+7
* ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev2009-08-151-0/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-153-5/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-141-2/+4
| |\
| | * rt2x00: fix memory corruption in rf cache, add a sanity checkPavel Roskin2009-08-141-2/+4
| * | ixgbe: Fix receive on real device when VLANs are configuredLucy Liu2009-08-141-2/+2
| * | ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou2009-08-141-1/+1
* | | sky2: version 1.24Stephen Hemminger2009-08-151-1/+1
* | | sky2: fix pause negotiationStephen Hemminger2009-08-152-33/+56
* | | sky2: lock less transmit completionStephen Hemminger2009-08-151-16/+9
* | | sky2: cleanup restart operationsStephen Hemminger2009-08-151-47/+48
* | | sky2: hold RTNL when doing suspend/shutdown operationsStephen Hemminger2009-08-151-0/+4
* | | sky2: hold spinlock around phy_power_downStephen Hemminger2009-08-151-0/+2
* | | sky2: Reset tx train after interrupts disabled.Mike McCormack2009-08-151-6/+3
* | | sky2: Move tx reset functionality to sky2_tx_reset()Mike McCormack2009-08-151-18/+26
* | | sky2: Avoid rewinding sky2->tx_prodMike McCormack2009-08-151-16/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-14139-7136/+20983
|\ \ \
| * | | b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik2009-08-141-47/+460
| * | | ath9k: Set HW state properlySujith2009-08-141-0/+1
| * | | ath9k: Fix bug in PCI resumeSujith2009-08-141-1/+3
| * | | ath9k: Remove duplicate variablesSujith2009-08-143-21/+14
| * | | ath9k: Remove has_hw_phycountersSujith2009-08-144-112/+88