diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-28 13:51:34 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-28 19:23:07 -0400 |
commit | 91cb70c1769d9b72dd1efe40c31f01005820b09e (patch) | |
tree | 2bf0b83759860617d7d2b73a04a0e61fd2e0851a /include/net/ieee80211.h | |
parent | 51e828b6a123912f27afc512377ad3e2ab40d2eb (diff) |
[PATCH] ieee80211: Fix debug comments ipw->ieee80211
Debug variables and procfs dir should be "ieee80211", not "ipw".
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 679cbf1efdf2..dc36b1be6745 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -158,11 +158,11 @@ const char *escape_essid(const char *essid, u8 essid_len); | |||
158 | * | 158 | * |
159 | * To add your debug level to the list of levels seen when you perform | 159 | * To add your debug level to the list of levels seen when you perform |
160 | * | 160 | * |
161 | * % cat /proc/net/ipw/debug_level | 161 | * % cat /proc/net/ieee80211/debug_level |
162 | * | 162 | * |
163 | * you simply need to add your entry to the ipw_debug_levels array. | 163 | * you simply need to add your entry to the ieee80211_debug_level array. |
164 | * | 164 | * |
165 | * If you do not see debug_level in /proc/net/ipw then you do not have | 165 | * If you do not see debug_level in /proc/net/ieee80211 then you do not have |
166 | * CONFIG_IEEE80211_DEBUG defined in your kernel configuration | 166 | * CONFIG_IEEE80211_DEBUG defined in your kernel configuration |
167 | * | 167 | * |
168 | */ | 168 | */ |