aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/201-debug_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-25 20:24:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-25 20:24:25 +0000
commit9263a154e8be1d747ce364362992a2e3eb97a7fd (patch)
tree4e3303781886c63c588dc1a3a24f7c73b5e058f7 /package/madwifi/patches/201-debug_fix.patch
parent73e5afb5a14b0f9ef062ee7f7a350461d83e91c0 (diff)
downloadmaster-187ad058-9263a154e8be1d747ce364362992a2e3eb97a7fd.tar.gz
master-187ad058-9263a154e8be1d747ce364362992a2e3eb97a7fd.tar.bz2
master-187ad058-9263a154e8be1d747ce364362992a2e3eb97a7fd.zip
upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/201-debug_fix.patch')
-rw-r--r--package/madwifi/patches/201-debug_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/madwifi/patches/201-debug_fix.patch b/package/madwifi/patches/201-debug_fix.patch
new file mode 100644
index 0000000000..4af0e70aba
--- /dev/null
+++ b/package/madwifi/patches/201-debug_fix.patch
@@ -0,0 +1,12 @@
+Index: madwifi-dfs-r3246/net80211/ieee80211_debug.h
+===================================================================
+--- madwifi-dfs-r3246.orig/net80211/ieee80211_debug.h 2008-01-25 16:39:52.407138381 +0100
++++ madwifi-dfs-r3246/net80211/ieee80211_debug.h 2008-01-25 16:43:40.104114090 +0100
+@@ -119,6 +119,7 @@
+ #define ieee80211_msg_assoc(_vap) \
+ ieee80211_msg_is_reported(_vap, IEEE80211_MSG_ASSOC)
+ #else /* IEEE80211_DEBUG */
++#define ieee80211_msg_is_reported(_vap, m) (0)
+ #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...)
+ #define IEEE80211_NOTE(_vap, _m, _wh, _fmt, ...)
+ #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...)