summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: Fix fixed antenna for AR9462Sujith Manoharan2013-03-061-0/+17
* ath9k_hw: Add TempCompensation feature for AR9550Sujith Manoharan2013-01-091-29/+99
* ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos2012-12-101-9/+8
* ath9k_hw: Calculate the correct training power for PAPRDSujith Manoharan2012-12-101-13/+28
* ath9k_hw: Add HW cap for PAPRDSujith Manoharan2012-12-101-6/+2
* ath9k_hw: Configure new switch table for AR9565 BTCOEXRajkumar Manoharan2012-10-291-1/+1
* ath9k: adjust WLAN and BT concurrent transmissionRajkumar Manoharan2012-10-291-3/+15
* ath/ath9k/ar9003_eeprom.c: Remove semicolon after ifPeter Senna Tschudin2012-10-191-1/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-301-7/+13
|\
| * ath9k_hw: Add a HW callback to set diversitySujith Manoharan2012-09-241-0/+10
| * ath9k_hw: Use HW cap ATH9K_HW_CAP_ANT_DIV_COMBSujith Manoharan2012-09-241-7/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+4
|\ \ | |/ |/|
| * ath9k: make PA linearization optional, disabled by default and fix checksFelix Fietkau2012-09-101-0/+4
* | ath9k_hw: Rename antenna diversity macrosSujith Manoharan2012-09-111-15/+12
* | ath9k_hw: add 8 points for 5G temp slopRajkumar Manoharan2012-09-111-7/+19
* | ath9k_hw: Add AR9565 HW supportSujith Manoharan2012-09-111-5/+5
* | ath9k_hw: Read and configure thermocal for AR9462Rajkumar Manoharan2012-09-111-0/+19
* | ath9k_hw: Read and apply thermometer settings from EEPROMRajkumar Manoharan2012-09-111-0/+39
* | ath9k: fix indentation in ar9003_hw_set_power_per_rate_tableGabor Juhos2012-08-061-74/+69
* | ath9k: optimize power level initialization for CTL_[25]GHT20Gabor Juhos2012-08-061-7/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-88/+110
|\
| * ath9k_hw: fix SREV checks for applying tuning caps from EEPROMFelix Fietkau2012-07-171-2/+4
| * ath9k_hw: apply XLNA bias settings from EEPROMFelix Fietkau2012-07-171-10/+43
| * ath9k_hw: clean up AR9003 EEPROM codeFelix Fietkau2012-07-171-81/+35
| * ath9k_hw: apply XPA timing control values from EEPROMFelix Fietkau2012-07-171-0/+23
| * ath9k_hw: fall back to OTP ROM when platform data has no valid eeprom dataFelix Fietkau2012-07-171-2/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-2/+5
|\ \ | |/
| * ath9k: skip internal regulator configuration for AR9550Gabor Juhos2012-07-091-1/+1
| * ath9k: fix antenna control configuration for AR9550Gabor Juhos2012-07-091-0/+3
| * ath9k: fix XPABIASLEVEL settings for AR9550Gabor Juhos2012-07-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-2/+3
|\ \ | |/
| * ath9k_hw: program BT to control SPDTRajkumar Manoharan2012-06-061-0/+1
| * ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan2012-06-051-2/+2
* | wireless: Remove casts to same typeJoe Perches2012-06-061-2/+2
|/
* ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau2012-05-291-1/+1
* ath9k: fix TX power reporting on AR9003 chipsGabor Juhos2012-04-231-15/+49
* ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQGabor Juhos2012-04-171-5/+5
* ath9k: move ath9k_hw_fbin2freq function to eeprom.hGabor Juhos2012-04-171-9/+0
* ath9k: remove unused PWRINC_*_TO_*_CHAIN definesGabor Juhos2012-04-171-3/+0
* ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos2012-04-161-26/+2
* ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos2012-04-161-1/+1
* ath9k: remove dead codeZefir Kurtisi2012-04-121-2/+0
* ath9k: Remove AR9462 v1.0 supportSujith Manoharan2012-02-271-4/+0
* ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez2012-01-041-2/+2
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-41/+35
* ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan2011-11-281-1/+2
* ath9k_hw: Fix tx power settings for AR9003Rajkumar Manoharan2011-11-111-0/+2
* ath9k_hw: Fix channel list of CalFreqPeir for AR938xRajkumar Manoharan2011-11-111-7/+7
* ath9k_hw: Read and configure xpa timing fieldRajkumar Manoharan2011-11-111-0/+16
* ath9k_hw: Read and configure quick drop for AR9003Rajkumar Manoharan2011-11-111-58/+50
OpenPOWER on IntegriCloud