mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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, ...)
|
||||
Reference in New Issue
Block a user