diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-20 21:26:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-20 21:26:21 +0000 |
commit | 4f8a59539d9e93f645e615e80506abb957dc5e34 (patch) | |
tree | db27c0836796feb7dd01dac04300377bd1018d5d /package/madwifi/patches/325-channel_spam.patch | |
parent | 32d7e0916a8deecb1ea9ea0c9d156bdfd083475a (diff) | |
download | upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.tar.gz upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.tar.bz2 upstream-4f8a59539d9e93f645e615e80506abb957dc5e34.zip |
refresh madwifi patches, fix an issue with napi polling (thx SeG)
SVN-Revision: 10511
Diffstat (limited to 'package/madwifi/patches/325-channel_spam.patch')
-rw-r--r-- | package/madwifi/patches/325-channel_spam.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/madwifi/patches/325-channel_spam.patch b/package/madwifi/patches/325-channel_spam.patch index b4b30040a5..e3318fff48 100644 --- a/package/madwifi/patches/325-channel_spam.patch +++ b/package/madwifi/patches/325-channel_spam.patch @@ -1,8 +1,8 @@ -Index: madwifi-trunk-r3280/ath/if_ath.c +Index: madwifi-trunk-r3314/ath/if_ath.c =================================================================== ---- madwifi-trunk-r3280.orig/ath/if_ath.c 2008-01-28 19:00:13.666420256 +0100 -+++ madwifi-trunk-r3280/ath/if_ath.c 2008-01-28 19:01:05.093350913 +0100 -@@ -9701,7 +9701,9 @@ +--- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-02-20 21:58:53.697219623 +0100 ++++ madwifi-trunk-r3314/ath/if_ath.c 2008-02-20 21:58:58.545495909 +0100 +@@ -9776,7 +9776,9 @@ /* * Convert HAL channels to ieee80211 ones. */ @@ -12,7 +12,7 @@ Index: madwifi-trunk-r3280/ath/if_ath.c for (i = 0; i < nchan; i++) { HAL_CHANNEL *c = &chans[i]; struct ieee80211_channel *ichan = &ic->ic_channels[i]; -@@ -9728,6 +9730,7 @@ +@@ -9803,6 +9805,7 @@ ic->ic_chan_non_occupy[i].tv_sec = 0; ic->ic_chan_non_occupy[i].tv_usec = 0; @@ -20,7 +20,7 @@ Index: madwifi-trunk-r3280/ath/if_ath.c IPRINTF(sc, "Channel %3d (%4d MHz) Max Tx Power %d dBm%s " "[%d hw %d reg] Flags%s%s%s%s%s%s%s%s%s%s%s%s%" "s%s%s%s%s%s%s%s%s%s%s%s\n", -@@ -9816,6 +9819,7 @@ +@@ -9891,6 +9894,7 @@ (c->privFlags & 0x0080 ? " PF & (1 << 7)" : "") ); |