summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-spectral.c
AgeCommit message (Expand)Author
2023-11-29wifi: ath9k: Remove unnecessary (void*) conversionsWu Yunchuan
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov
2020-12-15ath9k: make relay callbacks constJani Nikula
2019-02-07ath9k: do not return invalid pointers as a *dentryGreg Kroah-Hartman
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann
2018-10-02ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich
2018-10-02ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich
2018-10-02ath9k: fix and simplify FFT max index retrievalSimon Wunderlich
2018-10-02ath9k: return when short FFT frame was handledSimon Wunderlich
2018-10-02ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-26ath9k: fix crash in spectral scanSebastian Gottschall
2017-03-16ath9k: don't trigger spectral scan when not enabledZefir Kurtisi
2017-02-14ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter
2016-11-23ath9k: fix NULL pointer dereferenceMiaoqing Pan
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2015-05-09ath9k: Mix the received FFT bins to the random poolNick Kossifidis
2015-05-09ath9k: No need for that extra memsetNick Kossifidis
2015-05-09ath9k: Skip FFT reports if we are out of output buffersNick Kossifidis
2015-05-09ath9k: No need for that extra memcpyNick Kossifidis
2015-05-09ath9k: Skip malformed frames on normal FFT reportNick Kossifidis
2015-05-09ath9k: Support processing of multiple FFT frames per report.Nick Kossifidis
2015-05-09ath9k: Perform integrity checks when processing FFT framesNick Kossifidis
2015-05-09ath9k: Move processing of FFT frames to different functionsNick Kossifidis
2015-05-09ath9k: Fix hanlding of maximum magnitude indexNick Kossifidis
2015-02-06ath9k: Delete an unnecessary check before the function call "relay_close"Markus Elfring
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel