diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-16 16:30:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-16 16:30:03 +0000 |
commit | 9e7b521696118aa6f925810155c632420396ce0a (patch) | |
tree | bd7f6ab4d4da324d05a00a8f7017a3a5300e6ab6 /package/madwifi/patches/325-channel_spam.patch | |
parent | 08351b44893b1092c3865326ff7c03506c75c3dc (diff) | |
download | upstream-9e7b521696118aa6f925810155c632420396ce0a.tar.gz upstream-9e7b521696118aa6f925810155c632420396ce0a.tar.bz2 upstream-9e7b521696118aa6f925810155c632420396ce0a.zip |
add some madwifi fixes and enhancements by Sven-Ola, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11848 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/325-channel_spam.patch')
-rw-r--r-- | package/madwifi/patches/325-channel_spam.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/325-channel_spam.patch b/package/madwifi/patches/325-channel_spam.patch index 0059ba6546..5c18c11849 100644 --- a/package/madwifi/patches/325-channel_spam.patch +++ b/package/madwifi/patches/325-channel_spam.patch @@ -1,6 +1,6 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -9783,7 +9783,9 @@ +@@ -9795,7 +9795,9 @@ /* * Convert HAL channels to ieee80211 ones. */ @@ -10,7 +10,7 @@ for (i = 0; i < nchan; i++) { HAL_CHANNEL *c = &chans[i]; struct ieee80211_channel *ichan = &ic->ic_channels[i]; -@@ -9810,6 +9812,7 @@ +@@ -9822,6 +9824,7 @@ ic->ic_chan_non_occupy[i].tv_sec = 0; ic->ic_chan_non_occupy[i].tv_usec = 0; @@ -18,7 +18,7 @@ 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", -@@ -9898,6 +9901,7 @@ +@@ -9910,6 +9913,7 @@ (c->privFlags & 0x0080 ? " PF & (1 << 7)" : "") ); |