Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91cb70c1 authored by Jouni Malinen's avatar Jouni Malinen Committed by Jeff Garzik
Browse files

[PATCH] ieee80211: Fix debug comments ipw->ieee80211



Debug variables and procfs dir should be "ieee80211", not "ipw".

Signed-off-by: default avatarJouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 51e828b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
 *
 */