summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-spectral.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath9k: do not return invalid pointers as a *dentryGreg Kroah-Hartman2019-02-071-0/+3
* ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann2018-10-131-4/+4
* ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich2018-10-021-1/+1
* ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich2018-10-021-8/+11
* ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2018-10-021-39/+6
* ath9k: return when short FFT frame was handledSimon Wunderlich2018-10-021-1/+1
* ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich2018-10-021-2/+13
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-5/+5
* ath9k: fix crash in spectral scanSebastian Gottschall2018-03-261-5/+7
* ath9k: don't trigger spectral scan when not enabledZefir Kurtisi2017-03-161-0/+3
* ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann2017-02-141-1/+1
* ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter2017-01-131-1/+1
* ath9k: fix NULL pointer dereferenceMiaoqing Pan2016-11-231-1/+7
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-3/+3
* ath9k: Mix the received FFT bins to the random poolNick Kossifidis2015-05-091-1/+13
* ath9k: No need for that extra memsetNick Kossifidis2015-05-091-1/+2
* ath9k: Skip FFT reports if we are out of output buffersNick Kossifidis2015-05-091-0/+28
* ath9k: No need for that extra memcpyNick Kossifidis2015-05-091-4/+2
* ath9k: Skip malformed frames on normal FFT reportNick Kossifidis2015-05-091-32/+62
* ath9k: Support processing of multiple FFT frames per report.Nick Kossifidis2015-05-091-30/+237
* ath9k: Perform integrity checks when processing FFT framesNick Kossifidis2015-05-091-6/+163
* ath9k: Move processing of FFT frames to different functionsNick Kossifidis2015-05-091-111/+165
* ath9k: Fix hanlding of maximum magnitude indexNick Kossifidis2015-05-091-3/+6
* ath9k: Delete an unnecessary check before the function call "relay_close"Markus Elfring2015-02-061-1/+1
* ath9k: move spectral.* to common-spectral.*Oleksij Rempel2014-11-111-0/+620