From: Jacob Aharon Date: Tue, 22 Aug 2023 05:03:45 +0000 (+1000) Subject: mac80211: Add ath11k to the help text of ATH_DEBUG X-Git-Tag: v24.10.0-rc1~4358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13331%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk index c75630a8bb0..881c89db253 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"