diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 09:11:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 09:11:17 +0000 |
commit | b3db182b994763125d60be332ba474e26f97343d (patch) | |
tree | 8a0d8edc17497915e5b2797b10377b0e82e3e8a0 /package | |
parent | a57a0768241563e85134b88ca8d5b77a9e03e283 (diff) | |
download | master-187ad058-b3db182b994763125d60be332ba474e26f97343d.tar.gz master-187ad058-b3db182b994763125d60be332ba474e26f97343d.tar.bz2 master-187ad058-b3db182b994763125d60be332ba474e26f97343d.zip |
mac80211: Clarify ath9k & ath10k debug selection
Ath debug mode applies to ath10k as well as ath9k.
Update Makefile help text to clarify.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 4a6b418e6c..3394fbe353 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -515,7 +515,7 @@ define KernelPackage/ath/config bool "Atheros wireless debugging" help Say Y, if you want to debug atheros wireless drivers. - Right now only ath9k makes use of this. + Only ath9k & ath10k make use of this. config PACKAGE_ATH_DFS bool "Enable DFS support" |