ath9k, ath10k(-ct): move spectral scan support under a separate config symbol
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 10 Jan 2018 20:46:46 +0000 (21:46 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 13 Jan 2018 18:54:45 +0000 (19:54 +0100)
commite9fa0b9f3ae0711dd07d61b482f6bdb6446b4f9c
tree4dff3ca5737661ab76954d1193cf58c5e537ffb6
parentde0ccd35323b420e96ac849b327e77dd9c7837b0
ath9k, ath10k(-ct): move spectral scan support under a separate config symbol

Backport patches that separate spectral scan support from general debugfs
support of ath9k/ath10k; this allows to remove the dependency on
KERNEL_RELAY from these driver packages even with debugfs enabled and
avoids the memory footprint of the relay buffers allocated by ath9k/ath10k
even when they aren't used at all.

The KERNEL_RELAY dependency is moved to a new config symbol that enables
spectral scan support in these drivers.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
package/kernel/ath10k-ct/Makefile
package/kernel/ath10k-ct/patches/200-ath10k-move-spectral-scan-support-under-a-separate-c.patch [new file with mode: 0644]
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/321-0001-ath9k-move-spectral-scan-support-under-a-separate-co.patch [new file with mode: 0644]
package/kernel/mac80211/patches/321-0002-ath10k-move-spectral-scan-support-under-a-separate-c.patch [new file with mode: 0644]