diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:11:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:11:17 +0000 |
commit | 38991bf90bb25d3a712fc441b3e42cb2429e50f5 (patch) | |
tree | 6c3a76394577ac7ac24e0afcc9575d81f0d31c06 /package/kernel | |
parent | 027230ade2e13dd1b521c93b6aaf08fdd5910831 (diff) | |
download | upstream-38991bf90bb25d3a712fc441b3e42cb2429e50f5.tar.gz upstream-38991bf90bb25d3a712fc441b3e42cb2429e50f5.tar.bz2 upstream-38991bf90bb25d3a712fc441b3e42cb2429e50f5.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>
SVN-Revision: 46468
Diffstat (limited to 'package/kernel')
-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" |