aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ani.c
Commit message (Expand)AuthorAge
* ath9k_hw: remove a useless WARN_ONFelix Fietkau2013-01-22
* ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2013-01-22
* ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau2013-01-22
* ath9k_hw: Add AR9565 HW supportSujith Manoharan2012-09-11
* ath9k: fix ANI operation in AP modeFelix Fietkau2012-06-28
* ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan2012-06-22
* ath9k_hw: clean up ANI OFDM trigger handlingFelix Fietkau2012-06-20
* ath9k_hw: fix setting lower noise immunity valuesFelix Fietkau2012-06-20
* ath9k: remove MIB interrupt supportFelix Fietkau2012-06-20
* ath9k_hw: clean up defines and variables from the ANI implementation splitFelix Fietkau2012-06-20
* ath9k_hw: remove the old ANI implementationFelix Fietkau2012-06-20
* ath9k_hw: clean up / fix ANI mode checks related to beacon RSSIFelix Fietkau2012-06-20
* ath9k_hw: remove confusing logic inversion in an ANI variableFelix Fietkau2012-06-20
* ath9k_hw: fix OFDM weak signal detection handlingFelix Fietkau2012-06-20
* ath9k_hw: remove aniState->noiseFloorFelix Fietkau2012-06-20
* ath9k: reset noiseimmunity level to defaultRajkumar Manoharan2012-04-16
* ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan2012-04-09
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-13
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-19
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* ath9k: disable unnecessary PHY error reportingFelix Fietkau2011-10-11
* ath9k: Store noise immunity values across scanningRajkumar Manoharan2011-09-20
* ath9k: minor cleanup in aniMohammed Shafi Shajakhan2011-08-29
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-19
* ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-25
* ath9k_hw: Disable MRC CCK for AR9485Vasanthakumar Thiagarajan2010-12-07
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-07
* ath9k: Use static constJoe Perches2010-11-22
* ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau2010-10-15
* ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau2010-10-15
* ath9k_hw: move the cycle counter tracking to athFelix Fietkau2010-10-11
* ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau2010-10-11
* ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_newFelix Fietkau2010-10-06
* ath9k_hw: remove function pointer abstraction for internal ANI opsFelix Fietkau2010-10-06
* ath9k_hw: remove code duplication in phy error counter handlingFelix Fietkau2010-10-06
* ath9k_hw: clean up ANI state handlingFelix Fietkau2010-10-06
* ath9k_hw: add a helper function to check for the new ANI implementationFelix Fietkau2010-10-06
* ath9k_hw: clean up register write bufferingFelix Fietkau2010-10-06
* ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau2010-10-06
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-06
|\
| * ath9k_hw: fix regression in ANI listen time calculationFelix Fietkau2010-10-06
* | drivers/net/wireless/ath/ath9k: use ARRAY_SIZE macro in ani.cNikitas Angelinas2010-09-14
|/
* ath9k: add new ANI implementation for AR9003Luis R. Rodriguez2010-06-14
* ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez2010-06-14
* ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez2010-06-14
* ath9k_hw: clear MIB interrupt causes when skipping ANI adjustmentsLuis R. Rodriguez2010-06-14
* ath9k_hw: fix clock rate calculations for ANILuis R. Rodriguez2010-06-14
* ath9k_htc: Handle host RX disableSujith2010-06-03
* ath9k_hw: Remove pointless ANI deinitSujith2010-04-26
* ath9k_hw: Use buffered register writesSujith2010-04-16