summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ani.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* ath9k: clean up ANI per-channel pointer checkingMiaoqing Pan2016-01-261-26/+6
* ath9k: avoid ANI restart if no triggerMiaoqing Pan2016-01-261-1/+3
* ath9k: use one shot read in ath9k_hw_update_mibstatsOleksij Rempel2015-03-301-5/+15
* ath9k: Add QCA956x HW supportMiaoqing Pan2015-01-151-1/+2
* ath9k_hw: do not lower ANI setting below default on AR913xFelix Fietkau2014-04-301-0/+6
* ath9k_hw: remove ANI function restrictions for AP modeFelix Fietkau2014-03-141-11/+0
* ath9k_hw: tweak noise immunity thresholds for older chipsetsFelix Fietkau2014-03-031-4/+19
* ath9k_hw: toggle weak signal detection in AP mode on older chipsetsFelix Fietkau2014-03-031-8/+10
* ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-141-4/+2
* ath9k: Remove unused ANI commandsSujith Manoharan2013-08-281-3/+0
* ath9k: Fix ANI for AP modeSujith Manoharan2013-06-171-17/+12
* ath9k: Remove redundant codeSujith Manoharan2013-06-121-11/+0
* ath9k: Fix ANI levelsSujith Manoharan2013-06-121-4/+4
* ath9k: Fix ANI monitoringSujith Manoharan2013-06-121-12/+17
* ath9k: Fix OFDM weak signal detection for AP modeSujith Manoharan2013-06-121-4/+9
* ath9k: Do not maintain ANI state per-channelSujith Manoharan2013-06-031-23/+17
* ath9k: Set ofdmWeakSigDetect directlySujith Manoharan2013-06-031-5/+1
* ath9k: Simplify ANI initializationSujith Manoharan2013-06-031-8/+5
* ath9k_hw: remove a useless WARN_ONFelix Fietkau2013-01-221-3/+0
* ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2013-01-221-7/+6
* ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau2013-01-221-17/+0
* ath9k_hw: Add AR9565 HW supportSujith Manoharan2012-09-111-1/+1
* ath9k: fix ANI operation in AP modeFelix Fietkau2012-06-281-14/+15
* ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan2012-06-221-6/+2
* ath9k_hw: clean up ANI OFDM trigger handlingFelix Fietkau2012-06-201-13/+10
* ath9k_hw: fix setting lower noise immunity valuesFelix Fietkau2012-06-201-12/+12
* ath9k: remove MIB interrupt supportFelix Fietkau2012-06-201-40/+0
* ath9k_hw: clean up defines and variables from the ANI implementation splitFelix Fietkau2012-06-201-27/+15
* ath9k_hw: remove the old ANI implementationFelix Fietkau2012-06-201-316/+16
* ath9k_hw: clean up / fix ANI mode checks related to beacon RSSIFelix Fietkau2012-06-201-7/+5
* ath9k_hw: remove confusing logic inversion in an ANI variableFelix Fietkau2012-06-201-9/+8
* ath9k_hw: fix OFDM weak signal detection handlingFelix Fietkau2012-06-201-4/+7
* ath9k_hw: remove aniState->noiseFloorFelix Fietkau2012-06-201-7/+4
* ath9k: reset noiseimmunity level to defaultRajkumar Manoharan2012-04-161-2/+6
* ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan2012-04-091-26/+23
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-3/+3
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-16/+13
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* ath9k: disable unnecessary PHY error reportingFelix Fietkau2011-10-111-5/+0
* ath9k: Store noise immunity values across scanningRajkumar Manoharan2011-09-201-2/+8
* ath9k: minor cleanup in aniMohammed Shafi Shajakhan2011-08-291-1/+1
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-251-6/+0
* ath9k_hw: Disable MRC CCK for AR9485Vasanthakumar Thiagarajan2010-12-071-1/+1
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-52/+45
* ath9k: Use static constJoe Perches2010-11-221-4/+4
* ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau2010-10-151-1/+1
* ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau2010-10-151-6/+7
* ath9k_hw: move the cycle counter tracking to athFelix Fietkau2010-10-111-61/+3