summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix XLNA bias strengthSujith Manoharan2013-12-021-1/+1
* ath9k: Fix QuickDrop usageSujith Manoharan2013-12-021-9/+11
* ath9k: replace snprintf() with scnprintf()Zefir Kurtisi2013-09-261-6/+6
* ath9k: Fix antenna diversity init for AR9565Sujith Manoharan2013-09-261-1/+16
* ath9k: Bypass EEPROM for diversity cap for AR9565Sujith Manoharan2013-09-261-1/+4
* ath9k: ar9003_eeprom.c:3618 fix variable name typoJohn W. Linville2013-08-281-2/+2
* ath9k: Add antenna diversity tweak for CUS198Sujith Manoharan2013-08-221-0/+5
* ath9k: Fix antenna control init for AR9485Sujith Manoharan2013-08-051-1/+13
* ath9k: Support ANT diversity for WB225Sujith Manoharan2013-08-051-3/+2Star
* ath9k: Remove "shared_chain_lnadiv"Sujith Manoharan2013-08-051-1/+2
* ath9k: Fix diversity combining for AR9285Sujith Manoharan2013-07-241-2/+2
* ath9k: Add support for AR9462 2.1Sujith Manoharan2013-06-241-3/+4
* ath9k: Convert a couple of debug messagesSujith Manoharan2013-06-181-2/+2
* ath9k: Fix LNA gpio for AR9485Sujith Manoharan2013-06-171-1/+1
* ath9k: Add custom parameters for CUS198Sujith Manoharan2013-06-141-3/+15
* ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2013-06-121-2/+6
* 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/+8Star
* 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/+2Star
* 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/+3Star
* | 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/+12Star
* | 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/+69Star
* | ath9k: optimize power level initialization for CTL_[25]GHT20Gabor Juhos2012-08-061-7/+1Star
|/
* 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/+35Star
| * 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
|/