aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-25ssb: cc: clear GPIOPULL registers on initRafał Miłecki1-0/+6
2011-04-25ath9k: Add TSFOOR interrupt stats in debug infoMohammed Shafi Shajakhan2-0/+9
2011-04-25ath9k: remove the unlikely check for autosleepMohammed Shafi Shajakhan1-1/+1
2011-04-25ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian3-12/+26
2011-04-25ath9k: cleanup hw pll work handlerSenthil Balasubramanian4-23/+25
2011-04-25ath9k: optimize the usage of power save wrappers.Senthil Balasubramanian1-4/+2
2011-04-25ath9k_hw: Fix incorrect baseband PLL phase shift for AR9485Senthil Balasubramanian1-4/+0
2011-04-25ath9k: Fix LED gpio for AR93xx chipsets.Senthil Balasubramanian2-0/+3
2011-04-25ath9k: Fix warning: symbol 'ath9k_platform_id_table' was not declared. Should it be static?Vasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k: Fix bug in configuring hw timerVasanthakumar Thiagarajan2-12/+7
2011-04-25mwl8k: Enable life time expiry for tx packets in the hardwareNishant Sarmukadam1-1/+2
2011-04-25mwl8k: Reserve buffers for tx management framesNishant Sarmukadam1-8/+23
2011-04-25mwl8k: Add timestamp information for tx packetsPradeep Nemavat1-0/+13
2011-04-25mwl8k: Do not stop tx queuesPradeep Nemavat1-13/+7
2011-04-25iwlwifi: fix possible data overwrite in hcmd callbackStanislaw Gruszka1-11/+4
2011-04-25ath9k_htc: Remove unused macros and structuresSujith Manoharan2-14/+0
2011-04-25ath9k_htc: Use power save wrappers when accessing HWSujith Manoharan2-3/+23
2011-04-25ath9k_htc: Fix max A-MPDU size handlingSujith Manoharan1-1/+10
2011-04-25ath9k_htc: Fix AMPDU subframe handlingSujith Manoharan5-20/+35
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan11-34/+25
2011-04-25ssb: cc: use correct min_msk for 0x4312Rafał Miłecki1-0/+2
2011-04-25ssb: pci: trivial: correct amount of maximum retriesRafał Miłecki1-1/+1
2011-04-25ath9k_hw: Enable AR9340 supportVasanthakumar Thiagarajan1-0/+2
2011-04-25ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan2-5/+11
2011-04-25ath9k_hw: Assign macversion based on devid for built-in wmacVasanthakumar Thiagarajan1-3/+11
2011-04-25ath9k: Add AR9340 platform id to id tableVasanthakumar Thiagarajan1-0/+4
2011-04-25ath9k_hw: Read iq calibration data only for active chainsVasanthakumar Thiagarajan1-11/+13
2011-04-25ath9k_hw: Configure chain switch table and attenuation control only for active chainsVasanthakumar Thiagarajan1-18/+26
2011-04-25ath9k_hw: Enable byte Tx/Rx data swap for AR9340Vasanthakumar Thiagarajan1-1/+3
2011-04-25ath9k_hw: Configure tuning capacitance value for AR9340 as wellVasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k_hw: Skip internal regulator configuration for AR9340Vasanthakumar Thiagarajan1-1/+2
2011-04-25ath9k_hw: Don't configure AR_CH0_THERM for AR9340Vasanthakumar Thiagarajan1-3/+7
2011-04-25ath9k_hw: Fix register offset AR_PHY_65NM_CH0_THERM for AR9340Vasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k_hw: Clean up rx/tx chain configuration before AGC/IQ calVasanthakumar Thiagarajan1-8/+5
2011-04-25ath9k_hw: Configure RF channel freqency for AR9340Vasanthakumar Thiagarajan1-3/+20
2011-04-25ath9k_hw: Read spur frequency information from eeprom for AR9340Vasanthakumar Thiagarajan1-2/+2
2011-04-25ath9k_hw: Initialize tx and rx gain table from initvals.h for ar9340Vasanthakumar Thiagarajan1-6/+36
2011-04-25ath9k_hw: Don't do ani initialization for AR9340Vasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k_hw: Initialize mode registers from initvals.h for AR9340Vasanthakumar Thiagarajan3-1/+62
2011-04-25ath9k_hw: Add initvals.h for ar9340Vasanthakumar Thiagarajan1-0/+1525
2011-04-25ath9k_hw: Configure pll control register accordingly for AR9340Vasanthakumar Thiagarajan4-3/+56
2011-04-25ath9k_hw: Get AHB clock information from ath9k_platform_dataVasanthakumar Thiagarajan2-0/+3
2011-04-25ath9k_hw: Take care of few host interface register changes for AR9340Vasanthakumar Thiagarajan1-30/+43
2011-04-25ath9k_hw: Define devid and mac version for AR9340Vasanthakumar Thiagarajan3-1/+6
2011-04-25Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville13-541/+537
2011-04-25Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville28-284/+1300
2011-04-22iwlagn: remove hw_ready variableJohannes Berg3-18/+15
2011-04-22iwlagn: combine firmware code/dataJohannes Berg6-98/+65
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg8-274/+246
2011-04-22iwlagn: leave notification waits on firmware errorsJohannes Berg3-2/+21