]> err.no Git - linux-2.6/commitdiff
[PATCH] ieee80211: Fix debug comments ipw->ieee80211
authorJouni Malinen <jkmaline@cc.hut.fi>
Sun, 28 Aug 2005 17:51:34 +0000 (10:51 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 28 Aug 2005 23:23:07 +0000 (19:23 -0400)
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>
include/net/ieee80211.h

index 679cbf1efdf225ad53d43fdfa40771b9bc9b3c90..dc36b1be6745ac7c8b2e8e28810b9b99bc49de66 100644 (file)
@@ -158,11 +158,11 @@ const char *escape_essid(const char *essid, u8 essid_len);
  *
  * To add your debug level to the list of levels seen when you perform
  *
- * % cat /proc/net/ipw/debug_level
+ * % cat /proc/net/ieee80211/debug_level
  *
- * you simply need to add your entry to the ipw_debug_levels array.
+ * you simply need to add your entry to the ieee80211_debug_level array.
  *
- * If you do not see debug_level in /proc/net/ipw then you do not have
+ * If you do not see debug_level in /proc/net/ieee80211 then you do not have
  * CONFIG_IEEE80211_DEBUG defined in your kernel configuration
  *
  */