[openwrt/openwrt] mac80211: Add ath11k to the help text of ATH_DEBUG

LEDE Commits lede-commits at lists.infradead.org
Fri Aug 25 14:58:15 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/adcd0326797ffe4061c74a9c4eecadbeb9384266

commit adcd0326797ffe4061c74a9c4eecadbeb9384266
Author: Jacob Aharon <ah.jacob at gmail.com>
AuthorDate: Tue Aug 22 15:03:45 2023 +1000

    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 at gmail.com>
---
 package/kernel/mac80211/ath.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"




More information about the lede-commits mailing list