aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00/Kconfig
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-02-12 12:32:55 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 14:51:42 -0500
commitf3734ee6df3ac57151e02d091f47d5e52e646539 (patch)
tree8a4a49a5c4759a2dd4f5a512ab1c0439d78e5507 /drivers/net/wireless/ipw2x00/Kconfig
parent1ea893fde29d8cf1639da8989f4b843dc3283ca8 (diff)
make net/ieee80211.h private to ipw2x00
Only ipw2x00 now uses it. Reduce confusion. Profit! Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ipw2x00/Kconfig')
-rw-r--r--drivers/net/wireless/ipw2x00/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/Kconfig b/drivers/net/wireless/ipw2x00/Kconfig
index 1d5dc3e9c5f..85cc79995f6 100644
--- a/drivers/net/wireless/ipw2x00/Kconfig
+++ b/drivers/net/wireless/ipw2x00/Kconfig
@@ -186,7 +186,7 @@ config LIBIPW_DEBUG
186 % echo 0x00000FFO > /proc/net/ieee80211/debug_level 186 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
187 187
188 For a list of values you can assign to debug_level, you 188 For a list of values you can assign to debug_level, you
189 can look at the bit mask values in <net/ieee80211.h> 189 can look at the bit mask values in ieee80211.h
190 190
191 If you are not trying to debug or develop the libipw 191 If you are not trying to debug or develop the libipw
192 component, you most likely want to say N here. 192 component, you most likely want to say N here.