aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ani.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-25/+19
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-4/+4
2011-11-28ath5k: ath5k_ani_period_restart only touches struct ath5k_ani_stateNick Kossifidis1-4/+3
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-30/+56
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-1/+0
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-42/+42
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-1/+1
2011-07-11ath5k: validate mode in ath5k_ani_init() before trying to set itPavel Roskin1-0/+5
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-1/+1
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-3/+3
2010-11-22ath5k: Use static constJoe Perches1-17/+17
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf1-2/+2
2010-10-11ath5k: use the common cycle counter / listen time implementationFelix Fietkau1-27/+14
2010-08-24ath5k: clean up some commentsBob Copeland1-3/+3
2010-06-02ath5k: print error message if ANI levels are out of rangeBruno Randolf1-6/+5
2010-06-02ath5k: always calculate ANI listen timeBruno Randolf1-4/+5
2010-05-10ath5k: several off by one range checksDan Carpenter1-3/+3
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf1-0/+744