Update of /cvsroot/madwifi/madwifi/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6850/tools
Modified Files:
80211debug.c
Log Message:
- add IEEE80211_MSG_MLME ("80211debug mlme") debugging level for debugging
MLME functions and ioctls in general
- add missing ieee80211_free_node() to IEEE80211_MLME_CLEAR_STATS
Index: 80211debug.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/tools/80211debug.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 80211debug.c 11 Jul 2005 13:24:16 -0000 1.4
--- 80211debug.c 15 Jul 2005 11:36:01 -0000 1.5
***************
*** 73,76 ****
--- 73,77 ----
#define IEEE80211_MSG_ACL 0x00000800 /* ACL handling */
#define IEEE80211_MSG_WME 0x00000400 /* WME protocol */
+ #define IEEE80211_MSG_MLME 0x00000200 /* MLME handling */
static struct {
***************
*** 99,102 ****
--- 100,104 ----
{ "acl", IEEE80211_MSG_ACL },
{ "wme", IEEE80211_MSG_WME },
+ { "mlme", IEEE80211_MSG_MLME },
};
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|