projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ssize_t definition to site files, fix up size for x86_64
[openwrt.git]
/
package
/
madwifi
/
patches
/
325-channel_spam.patch
diff --git
a/package/madwifi/patches/325-channel_spam.patch
b/package/madwifi/patches/325-channel_spam.patch
index
1f326ef
..
27541e1
100644
(file)
--- a/
package/madwifi/patches/325-channel_spam.patch
+++ b/
package/madwifi/patches/325-channel_spam.patch
@@
-1,8
+1,6
@@
-Index: madwifi-trunk-r3314/ath/if_ath.c
-===================================================================
---- madwifi-trunk-r3314.orig/ath/if_ath.c
-+++ madwifi-trunk-r3314/ath/if_ath.c
-@@ -9783,7 +9783,9 @@
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
+@@ -9798,7 +9798,9 @@
/*
* Convert HAL channels to ieee80211 ones.
*/
/*
* Convert HAL channels to ieee80211 ones.
*/
@@
-12,7
+10,7
@@
Index: madwifi-trunk-r3314/ath/if_ath.c
for (i = 0; i < nchan; i++) {
HAL_CHANNEL *c = &chans[i];
struct ieee80211_channel *ichan = &ic->ic_channels[i];
for (i = 0; i < nchan; i++) {
HAL_CHANNEL *c = &chans[i];
struct ieee80211_channel *ichan = &ic->ic_channels[i];
-@@ -98
10,6 +9812
,7 @@
+@@ -98
25,6 +9827
,7 @@
ic->ic_chan_non_occupy[i].tv_sec = 0;
ic->ic_chan_non_occupy[i].tv_usec = 0;
ic->ic_chan_non_occupy[i].tv_sec = 0;
ic->ic_chan_non_occupy[i].tv_usec = 0;
@@
-20,7
+18,7
@@
Index: madwifi-trunk-r3314/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",
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",
-@@ -9
898,6 +9901
,7 @@
+@@ -9
913,6 +9916
,7 @@
(c->privFlags & 0x0080 ?
" PF & (1 << 7)" : "")
);
(c->privFlags & 0x0080 ?
" PF & (1 << 7)" : "")
);
This page took
0.037099 seconds
and
4
git commands to generate.