logo       
Google Custom Search
    AddThis Social Bookmark Button

revision 2251 committed: msg#00000

Subject: revision 2251 committed
Project     : madwifi
Revision    : 2251
Author      : mentor (Matthew W. S. Bell)
Date        : 2007-04-04 04:39:58 +0200 (Wed, 04 Apr 2007)

Log Message :
Highly rubbish header mangling to allow compilation with 
IEEE80211_DEBUG_REFCNT defined.

Affected Files:
* branches/madwifi-ng-refcount/net80211/ieee80211_debug.h  updated             
* branches/madwifi-ng-refcount/net80211/ieee80211_node.h  updated             
* branches/madwifi-ng-refcount/net80211/ieee80211_scan.h  updated             
* branches/madwifi-ng-refcount/net80211/ieee80211_var.h  updated             


Modified: branches/madwifi-ng-refcount/net80211/ieee80211_debug.h
===================================================================
--- branches/madwifi-ng-refcount/net80211/ieee80211_debug.h     2007-03-31 
10:16:51 UTC (rev 2250)
+++ branches/madwifi-ng-refcount/net80211/ieee80211_debug.h     2007-04-04 
02:39:58 UTC (rev 2251)
@@ -34,9 +34,7 @@
 #ifndef _NET80211_IEEE80211_DEBUG_H_
 #define _NET80211_IEEE80211_DEBUG_H_
 
-#define        IEEE80211_DEBUG
-#define        IEEE80211_DEBUG_REFCNT                  /* node refcnt stuff */
-
+#include <net80211/ieee80211_var.h>
 #include <net80211/ieee80211.h>
 
 #define        IEEE80211_MSG_DEBUG     0x40000000      /* IFF_DEBUG equivalent 
*/

Modified: branches/madwifi-ng-refcount/net80211/ieee80211_node.h
===================================================================
--- branches/madwifi-ng-refcount/net80211/ieee80211_node.h      2007-03-31 
10:16:51 UTC (rev 2250)
+++ branches/madwifi-ng-refcount/net80211/ieee80211_node.h      2007-04-04 
02:39:58 UTC (rev 2251)
@@ -34,6 +34,7 @@
 #ifndef _NET80211_IEEE80211_NODE_H_
 #define _NET80211_IEEE80211_NODE_H_
 
+#include <net80211/ieee80211_var.h>
 #include <net80211/ieee80211_ioctl.h>          /* for ieee80211_nodestats */
 #include <net80211/ieee80211_proto.h>          /* for proto macros on node */
 

Modified: branches/madwifi-ng-refcount/net80211/ieee80211_scan.h
===================================================================
--- branches/madwifi-ng-refcount/net80211/ieee80211_scan.h      2007-03-31 
10:16:51 UTC (rev 2250)
+++ branches/madwifi-ng-refcount/net80211/ieee80211_scan.h      2007-04-04 
02:39:58 UTC (rev 2251)
@@ -36,6 +36,7 @@
 #define        IEEE80211_SCAN_MAX      IEEE80211_CHAN_MAX
 
 struct ieee80211_scanner;
+struct ieee80211_scan_entry;
 
 struct ieee80211_scan_ssid {
        int len;                                        /* length in bytes */

Modified: branches/madwifi-ng-refcount/net80211/ieee80211_var.h
===================================================================
--- branches/madwifi-ng-refcount/net80211/ieee80211_var.h       2007-03-31 
10:16:51 UTC (rev 2250)
+++ branches/madwifi-ng-refcount/net80211/ieee80211_var.h       2007-04-04 
02:39:58 UTC (rev 2251)
@@ -31,9 +31,13 @@
  *
  * $Id$
  */
+
 #ifndef _NET80211_IEEE80211_VAR_H_
 #define _NET80211_IEEE80211_VAR_H_
 
+#define        IEEE80211_DEBUG
+#define        IEEE80211_DEBUG_REFCNT                  /* Node reference count 
debugging */
+
 /* Definitions for IEEE 802.11 drivers. */
 #include <net80211/ieee80211_linux.h>
 
@@ -43,7 +47,6 @@
 #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_crypto.h>
 #include <net80211/ieee80211_ioctl.h>          /* for ieee80211_stats */
-#include <net80211/ieee80211_node.h>
 #include <net80211/ieee80211_power.h>
 #include <net80211/ieee80211_proto.h>
 #include <net80211/ieee80211_scan.h>
@@ -243,6 +246,7 @@
  * is used at runtime to determine if we should log an event
  */
 #include <net80211/ieee80211_debug.h>
+#include <net80211/ieee80211_node.h>
 
 struct ieee80211com {
        struct net_device *ic_dev;              /* associated device */

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>