projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath5k: disable tx power gain correction probing for hardware that does not need or...
[openwrt.git]
/
package
/
madwifi
/
patches
/
388-apsta_fix.patch
diff --git
a/package/madwifi/patches/388-apsta_fix.patch
b/package/madwifi/patches/388-apsta_fix.patch
index
31107af
..
b0cb8e9
100644
(file)
--- a/
package/madwifi/patches/388-apsta_fix.patch
+++ b/
package/madwifi/patches/388-apsta_fix.patch
@@
-1,6
+1,6
@@
--- a/net80211/ieee80211_proto.c
+++ b/net80211/ieee80211_proto.c
--- a/net80211/ieee80211_proto.c
+++ b/net80211/ieee80211_proto.c
-@@ -14
09,7 +1409
,8 @@ __ieee80211_newstate(struct ieee80211vap
+@@ -14
15,7 +1415
,8 @@ __ieee80211_newstate(struct ieee80211vap
vap->iv_state = nstate; /* state transition */
del_timer(&vap->iv_mgtsend);
if ((vap->iv_opmode != IEEE80211_M_HOSTAP) &&
vap->iv_state = nstate; /* state transition */
del_timer(&vap->iv_mgtsend);
if ((vap->iv_opmode != IEEE80211_M_HOSTAP) &&
@@
-10,7
+10,7
@@
ieee80211_cancel_scan(vap); /* background scan */
ni = vap->iv_bss; /* NB: no reference held */
switch (nstate) {
ieee80211_cancel_scan(vap); /* background scan */
ni = vap->iv_bss; /* NB: no reference held */
switch (nstate) {
-@@ -145
1,7 +1452
,8 @@ __ieee80211_newstate(struct ieee80211vap
+@@ -145
7,7 +1458
,8 @@ __ieee80211_newstate(struct ieee80211vap
}
goto reset;
case IEEE80211_S_SCAN:
}
goto reset;
case IEEE80211_S_SCAN:
@@
-20,7
+20,7
@@
goto reset;
reset:
ieee80211_reset_bss(vap);
goto reset;
reset:
ieee80211_reset_bss(vap);
-@@ -19
89,7 +1991
,9 @@ ieee80211_newstate(struct ieee80211vap *
+@@ -19
95,7 +1997
,9 @@ ieee80211_newstate(struct ieee80211vap *
}
}
}
}
}
}
This page took
0.025292 seconds
and
4
git commands to generate.