summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10ath9k: make PA linearization optional, disabled by default and fix checksFelix Fietkau1-0/+4
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-88/+110
2012-07-17ath9k_hw: fix SREV checks for applying tuning caps from EEPROMFelix Fietkau1-2/+4
2012-07-17ath9k_hw: apply XLNA bias settings from EEPROMFelix Fietkau1-10/+43
2012-07-17ath9k_hw: clean up AR9003 EEPROM codeFelix Fietkau1-81/+35
2012-07-17ath9k_hw: apply XPA timing control values from EEPROMFelix Fietkau1-0/+23
2012-07-17ath9k_hw: fall back to OTP ROM when platform data has no valid eeprom dataFelix Fietkau1-2/+12
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+5
2012-07-09ath9k: skip internal regulator configuration for AR9550Gabor Juhos1-1/+1
2012-07-09ath9k: fix antenna control configuration for AR9550Gabor Juhos1-0/+3
2012-07-09ath9k: fix XPABIASLEVEL settings for AR9550Gabor Juhos1-1/+1
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2012-06-06ath9k_hw: program BT to control SPDTRajkumar Manoharan1-0/+1
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+2
2012-06-05ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan1-2/+2
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau1-1/+1
2012-04-23ath9k: fix TX power reporting on AR9003 chipsGabor Juhos1-15/+49
2012-04-17ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQGabor Juhos1-5/+5
2012-04-17ath9k: move ath9k_hw_fbin2freq function to eeprom.hGabor Juhos1-9/+0
2012-04-17ath9k: remove unused PWRINC_*_TO_*_CHAIN definesGabor Juhos1-3/+0
2012-04-16ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos1-26/+2
2012-04-16ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos1-1/+1
2012-04-12ath9k: remove dead codeZefir Kurtisi1-2/+0
2012-02-27ath9k: Remove AR9462 v1.0 supportSujith Manoharan1-4/+0
2012-01-04ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez1-2/+2
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-41/+35
2011-11-28ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan1-1/+2
2011-11-11ath9k_hw: Fix tx power settings for AR9003Rajkumar Manoharan1-0/+2
2011-11-11ath9k_hw: Fix channel list of CalFreqPeir for AR938xRajkumar Manoharan1-7/+7
2011-11-11ath9k_hw: Read and configure xpa timing fieldRajkumar Manoharan1-0/+16
2011-11-11ath9k_hw: Read and configure quick drop for AR9003Rajkumar Manoharan1-58/+50
2011-10-14ath9k: Rename AR9480 into AR9462Rajkumar Manoharan1-9/+9
2011-10-11ath9k_hw: remove EEP_REG_1Felix Fietkau1-2/+0
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-32/+7
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-5/+5
2011-09-16ath9k_hw: move register definitions to header filesSenthil Balasubramanian1-26/+0
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian1-23/+86
2011-08-29ath9k: Fix a smatch warningsLarry Finger1-1/+1
2011-08-22ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC addressSenthil Balasubramanian1-1/+1
2011-08-09ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan1-1/+1
2011-08-09ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan1-3/+3
2011-08-09ath9k_hw: use register name in place of magic valueAlex Hacker1-1/+1
2011-08-09ath9k_hw: Add dump_eeprom support for AR9003Rajkumar Manoharan1-0/+128
2011-08-08ath9k_hw: fix calculated runtime tx power limitFelix Fietkau1-19/+1
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan1-1/+1
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin1-5/+5
2011-06-22ath9k: configure internal regulator for AR9330Gabor Juhos1-5/+20
2011-06-22ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: configure xpa bias level for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: use correct EEPROM base for AR9330Gabor Juhos1-0/+2