aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/eeprom_9287.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter1-1/+1
2016-12-15ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl1-58/+40
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl1-8/+11
2016-12-15ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl1-5/+1
2016-12-15ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueMartin Blumenstingl1-1/+7
2016-12-15ath9k: Add a #define for the EEPROM "eepmisc" endianness bitMartin Blumenstingl1-1/+1
2015-12-08ath9k: Simplify and fix eeprom endianness swappingMartin Blumenstingl1-52/+16
2015-01-15ath9k: add power per-rate tables for AR9002 chipsLorenzo Bianconi1-0/+15
2013-12-18ath9k_hw: simplify spur channel handlingFelix Fietkau1-25/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi1-4/+4
2012-12-10ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos1-4/+2
2012-12-10ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gabor Juhos1-4/+1
2012-06-05ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-04-23ath9k: fix tx power settings for AR9287Gabor Juhos1-0/+2
2012-04-16ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos1-28/+2
2012-04-16ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos1-2/+2
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-10/+7
2011-11-28ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan1-1/+2
2011-10-11ath9k_hw: remove EEP_REG_1Felix Fietkau1-2/+0
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-27/+6
2011-09-19ath9k_hw: remove dead code in the eeprom opsFelix Fietkau1-6/+0
2011-09-19ath9k_hw: clean up hardware revision checksFelix Fietkau1-4/+2
2011-08-09ath9k_hw: Add dump_eeprom support for AR9287Rajkumar Manoharan1-0/+106
2011-08-08ath9k_hw: fix calculated runtime tx power limitFelix Fietkau1-7/+0
2011-08-08ath9k_hw: remove the tx power index offsetFelix Fietkau1-7/+2
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin1-7/+5
2011-06-01ath9k: fix two more bugs in tx powerDaniel Halperin1-2/+8
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-2/+1
2011-04-12ath9k_hw: Remove unused code in AR9287 eepromRajkumar Manoharan1-24/+1
2011-03-30ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan1-0/+6
2011-01-19ath9k_hw: Offload USB eeprom reading to targetSujith Manoharan1-15/+30
2010-12-13ath9k_hw: remove antenna configuration eeprom ops and variablesFelix Fietkau1-19/+1
2010-12-13ath9k_hw: merge the ar9287 version of ath9k_hw_get_gain_boundaries_pdadcsFelix Fietkau1-158/+1
2010-12-13ath9k_hw: clean up duplicate and unnused eeprom related definesFelix Fietkau1-27/+27
2010-12-07ath9k_htc: Cleanup device identificationSujith Manoharan1-3/+3
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-13/+13
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-8/+5
2010-11-24ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB)Rajkumar Manoharan1-3/+3
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-11-22ath9k: Use static constJoe Perches1-7/+7
2010-11-16ath9k_hw: Set proper eeprom offset for AR9287 HTC devicesRajkumar Manoharan1-1/+1
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau1-12/+15
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-3/+3
2010-09-16ath9k_hw: remove warning in ath9k_hw_def_get_num_ant_configRajkumar Manoharan1-1/+1
2010-08-13ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan1-1/+6
2010-07-14ath9k: remove unneeded calculation of minimal calibration powerPavel Roskin1-4/+0
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau1-2/+2
2010-06-07ath: Fix uninitialized variable warningsPrarit Bhargava1-0/+1