diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-25 20:24:25 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-25 20:24:25 +0000 |
commit | 410d80b0c87de11d3f70b012b8168b8b00a76f3a (patch) | |
tree | 4e3303781886c63c588dc1a3a24f7c73b5e058f7 /package/madwifi/patches/201-debug_fix.patch | |
parent | 2e734b065d31303b5f71262dedc827633db1b35f (diff) |
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.patch | 12 |
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 000000000..4af0e70ab --- /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, ...) |