projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: refresh patches
[openwrt.git]
/
package
/
madwifi
/
patches
/
311-bssid_alloc.patch
diff --git
a/package/madwifi/patches/311-bssid_alloc.patch
b/package/madwifi/patches/311-bssid_alloc.patch
index
11ffe90
..
fc51545
100644
(file)
--- a/
package/madwifi/patches/311-bssid_alloc.patch
+++ b/
package/madwifi/patches/311-bssid_alloc.patch
@@
-1,13
+1,13
@@
-Index: madwifi-
dfs-r3053
/ath/if_ath.c
+Index: madwifi-
trunk-r3314
/ath/if_ath.c
===================================================================
===================================================================
---- madwifi-
dfs-r3053.orig/ath/if_ath.c 2007-12-20 23:43:22.845925726 +0100
-+++ madwifi-
dfs-r3053/ath/if_ath.c 2007-12-20 23:43:30.570365916 +0100
-@@ -13
20,7 +1320
,7 @@
+--- madwifi-
trunk-r3314.orig/ath/if_ath.c
++++ madwifi-
trunk-r3314/ath/if_ath.c
+@@ -13
54,7 +1354
,7 @@
TAILQ_FOREACH(v, &ic->ic_vaps, iv_next)
TAILQ_FOREACH(v, &ic->ic_vaps, iv_next)
- id_mask |= (1 << ATH_GET_VAP_ID(v->iv_myaddr
, ic->ic_myaddr
));
+ id_mask |= (1 << ATH_GET_VAP_ID(v->iv_myaddr));
-- for (id = 1; id <
ATH_BCBUF
; id++) {
-+ for (id = 0; id <
ATH_BCBUF
; id++) {
+- for (id = 1; id <
ath_maxvaps
; id++) {
++ for (id = 0; id <
ath_maxvaps
; id++) {
/* get the first available slot */
if ((id_mask & (1 << id)) == 0) {
/* get the first available slot */
if ((id_mask & (1 << id)) == 0) {
- ATH_SET_VAP_BSSID(vap->iv_myaddr, i
c->ic_myaddr, i
d);
+ ATH_SET_VAP_BSSID(vap->iv_myaddr, id);
This page took
0.021199 seconds
and
4
git commands to generate.