summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Aharon2023-08-22 05:03:45 +0000
committerHauke Mehrtens2023-08-25 21:56:21 +0000
commitadcd0326797ffe4061c74a9c4eecadbeb9384266 (patch)
treefa9e354ce23416f77196538675f4fb5b50fdd4b9
parent96727397ef429fbf75b3773dcd1f2d90fb79ace7 (diff)
downloadopenwrt-adcd0326797ffe4061c74a9c4eecadbeb9384266.tar.gz
mac80211: Add ath11k to the help text of ATH_DEBUG
ATH_DEBUG package is required to debug ath11k. Fixes: 93ae4353cdf6 ("mac80211: add ath11k PCI support") Signed-off-by: Jacob Aharon <ah.jacob@gmail.com>
-rw-r--r--package/kernel/mac80211/ath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk
index c75630a8bb..881c89db25 100644
--- a/package/kernel/mac80211/ath.mk
+++ b/package/kernel/mac80211/ath.mk
@@ -98,7 +98,7 @@ define KernelPackage/ath/config
bool "Atheros wireless debugging"
help
Say Y, if you want to debug atheros wireless drivers.
- Only ath9k & ath10k make use of this.
+ Only ath9k & ath10k & ath11k make use of this.
config PACKAGE_ATH_DFS
bool "Enable DFS support"