aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/eeprom_4k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+2
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+1
2012-06-05ath9k: Fix modal EEPROM dumpMohammed Shafi Shajakhan1-1/+1
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-13/+10
2011-11-28ath9k_hw: Fix minimum CTL power for each runtime modeRajkumar Manoharan1-4/+2
2011-10-11ath9k_hw: remove EEP_REG_1Felix Fietkau1-2/+0
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-22/+5
2011-09-19ath9k_hw: remove dead code in the eeprom opsFelix Fietkau1-23/+0
2011-09-19ath9k_hw: clean up hardware revision checksFelix Fietkau1-47/+38
2011-08-12ath9k: remove eeprom txgain override for minor version < 19Marek Lindner1-4/+1
2011-08-09ath9k_hw: Add dump_eeprom support for eeprom_4kRajkumar Manoharan1-0/+112
2011-08-08ath9k_hw: fix calculated runtime tx power limitFelix Fietkau1-9/+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-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-12ath9k_hw: Fix instable target power control b/w CCK/OFDMRajkumar Manoharan1-0/+26
2011-01-19ath9k_hw: Offload USB eeprom reading to targetSujith Manoharan1-11/+30
2010-12-13ath9k_hw: remove antenna configuration eeprom ops and variablesFelix Fietkau1-19/+1
2010-12-13ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and eeprom_4k.cFelix Fietkau1-168/+1
2010-12-13ath9k_hw: clean up duplicate and unnused eeprom related definesFelix Fietkau1-18/+18
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-31/+30
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-8/+5
2010-11-22ath9k: Use static constJoe Perches1-5/+7
2010-11-15ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpowerFelix Fietkau1-2/+7
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau1-2/+0
2010-10-05ath9k: get correct tx gain type in ath9k_hw_4k_get_eepromGabor Juhos1-1/+9
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau1-6/+0
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-2/+2
2010-09-16ath9k_hw: remove warning in ath9k_hw_def_get_num_ant_configRajkumar Manoharan1-1/+1
2010-09-07ath9k_hw: Add capability flag for Antenna diversity and combining featureVasanthakumar Thiagarajan1-0/+4
2010-07-14ath9k: remove unneeded calculation of minimal calibration powerPavel Roskin1-5/+2
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau1-2/+2
2010-06-07ath: Fix uninitialized variable warningsPrarit Bhargava1-0/+1
2010-04-16ath9k_hw: Use buffered register writesSujith1-0/+10
2010-04-16ath9k_hw: restore mac address reading logicLuis R. Rodriguez1-3/+3
2010-04-16ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez1-0/+1
2010-04-08wireless/ath: remove trailing space in messagesFrans Pop1-1/+1
2009-10-30ath9k_hw: modify the rf control register for ar9271 revision 1.0Luis R. Rodriguez1-0/+4
2009-10-07ath9k: Fix bugs in handling TX powerSenthil Balasubramanian1-1/+3
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez1-2/+2
2009-10-07ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez1-1/+0
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-38/+43
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-12/+12
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-3/+5
2009-08-14ath9k: Remove local chainmask variableSujith1-44/+42
2009-08-14ath9k: Cleanup TX power calculation for 4K chipsSujith1-37/+35
2009-08-14ath9k: Clean antenna configuration for 4K EEPROM chipsSujith1-47/+56
2009-08-14ath9k: Cleanup ath9k_hw_4k_set_gain() interfaceSujith1-11/+11