lede/package/kernel/ath10k-ct
Robert Marko e59a6368cc ath10k-ct: select mac80211 debugfs support
Trying to compile ath10k-ct without mac80211 debugfs support will result in:
 8083 | #warning Please enable ATH10K-DEBUGFS kernel option for optimal support for CT firmware.
      |  ^~~~~~~
cc1: all warnings being treated as errors

So, since the driver itself is saying that debugfs is required, then
lets make ath10k-ct select mac80211 debugfs support which is selected
by default anyway.

Fixes: #11687, #12363
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-01-07 22:30:16 +08:00
..
patches ath10k-ct: add patch fixing compilation warning for debug level 2023-08-01 20:02:30 +08:00
Makefile ath10k-ct: select mac80211 debugfs support 2025-01-07 22:30:16 +08:00