aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common-spectral.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07ath9k: do not return invalid pointers as a *dentryGreg Kroah-Hartman1-0/+3
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann1-4/+4
2018-10-02ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2018-10-02ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich1-8/+11
2018-10-02ath9k: fix and simplify FFT max index retrievalSimon Wunderlich1-39/+6
2018-10-02ath9k: return when short FFT frame was handledSimon Wunderlich1-1/+1
2018-10-02ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich1-2/+13
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-03-26ath9k: fix crash in spectral scanSebastian Gottschall1-5/+7
2017-03-16ath9k: don't trigger spectral scan when not enabledZefir Kurtisi1-0/+3
2017-02-14ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann1-1/+1
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter1-1/+1
2016-11-23ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-3/+3
2015-05-09ath9k: Mix the received FFT bins to the random poolNick Kossifidis1-1/+13
2015-05-09ath9k: No need for that extra memsetNick Kossifidis1-1/+2
2015-05-09ath9k: Skip FFT reports if we are out of output buffersNick Kossifidis1-0/+28
2015-05-09ath9k: No need for that extra memcpyNick Kossifidis1-4/+2
2015-05-09ath9k: Skip malformed frames on normal FFT reportNick Kossifidis1-32/+62
2015-05-09ath9k: Support processing of multiple FFT frames per report.Nick Kossifidis1-30/+237
2015-05-09ath9k: Perform integrity checks when processing FFT framesNick Kossifidis1-6/+163
2015-05-09ath9k: Move processing of FFT frames to different functionsNick Kossifidis1-111/+165
2015-05-09ath9k: Fix hanlding of maximum magnitude indexNick Kossifidis1-3/+6
2015-02-06ath9k: Delete an unnecessary check before the function call "relay_close"Markus Elfring1-1/+1
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel1-0/+620