summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/spectral.h
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: move spectral.* to common-spectral.*Oleksij Rempel2014-11-111-154/+0
| | | | | | | and rename exports from ath9k_spectral_* to ath9k_cmn_spectral_* Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: make ath9k_spectral_scan_ do not depend on ath_softcOleksij Rempel2014-11-111-1/+3
| | | | | | | last preparation before moving ath9k_spectral_scan_ to spectral.c Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_Oleksij Rempel2014-11-111-2/+2
| | | | | | | we don't have here any ieee80211_hw dependencies any way. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel2014-11-111-4/+4
| | | | | Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: add ath_hw to ath_spec_scan_privOleksij Rempel2014-11-111-0/+1
| | | | | | | spectral code mostly depends on ath_hw, not on ath_softc Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: use struct dentry by ath9k_spectral_init_debugOleksij Rempel2014-11-111-1/+1
| | | | | | | this will alow us to make ath_softc independent code. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: move spec_config to ath_spec_scan_privOleksij Rempel2014-11-111-0/+2
| | | | | Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: move spectral_mode to ath_spec_scan_privOleksij Rempel2014-11-111-0/+1
| | | | | Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath9k: add struct ath_spec_scan_privOleksij Rempel2014-11-111-0/+3
| | | | | | | | and move rfs_chan_spec_scan to this struct. We will need it for common spectral scan code. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
* ath: Move spectral debugfs structs to shared headerSven Eckelmann2014-08-041-69/+2
| | | | | | | | | | The ath9k and ath10k will share the definitions of the debugfs spectral structures and enums. Having them in the same place helps to avoid conflicts. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> Signed-off-by: Mathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
* ath9k: Cleanup spectral scan codeSujith Manoharan2013-12-181-0/+212
* Move definitions to spectral.h * Move processing/debug code to spectral.c Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
OpenPOWER on IntegriCloud