fix some madwifi-testing bugs
[openwrt-10.03/.git] / package / madwifi / patches-r3776 / 201-no_debug_extra.patch
1 Index: madwifi-trunk-r3776/ath/if_ath.c
2 ===================================================================
3 --- madwifi-trunk-r3776.orig/ath/if_ath.c       2008-07-17 01:15:21.000000000 +0200
4 +++ madwifi-trunk-r3776/ath/if_ath.c    2008-07-17 01:20:11.000000000 +0200
5 @@ -423,8 +423,8 @@
6                 "defaults to '" DEF_RATE_CTL "'");
7  MODULE_PARM_DESC(intmit, "Enable interference mitigation by default.  Default is 0.");
8  
9 -static int     ath_debug = 0;
10  #ifdef AR_DEBUG
11 +static int     ath_debug = 0;
12  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,52))
13  MODULE_PARM(ath_debug, "i");
14  #else
15 @@ -435,8 +435,8 @@
16  static void ath_printtxbuf(const struct ath_buf *, int);
17  #endif /* defined(AR_DEBUG) */
18  
19 -static int     ieee80211_debug = 0;
20  #ifdef AR_DEBUG
21 +static int     ieee80211_debug = 0;
22  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,52))
23  MODULE_PARM(ieee80211_debug, "i");
24  #else
25 @@ -853,8 +853,10 @@
26         ic->ic_updateslot = ath_updateslot;
27         atomic_set(&ic->ic_node_counter, 0);
28         ic->ic_debug = 0;
29 +#ifdef AR_DEBUG
30         sc->sc_debug = (ath_debug & ~ATH_DEBUG_GLOBAL);
31         sc->sc_default_ieee80211_debug = ieee80211_debug;
32 +#endif
33  
34         ic->ic_wme.wme_update = ath_wme_update;
35         ic->ic_uapsd_flush = ath_uapsd_flush;
36