1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

madwifi: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-08-19 14:48:21 +00:00
parent 870dc4520f
commit f6b26b47a2
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
--- a/net80211/ieee80211_proto.c
+++ b/net80211/ieee80211_proto.c
@@ -1409,7 +1409,8 @@ __ieee80211_newstate(struct ieee80211vap
@@ -1415,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) &&
@@ -10,7 +10,7 @@
ieee80211_cancel_scan(vap); /* background scan */
ni = vap->iv_bss; /* NB: no reference held */
switch (nstate) {
@@ -1451,7 +1452,8 @@ __ieee80211_newstate(struct ieee80211vap
@@ -1457,7 +1458,8 @@ __ieee80211_newstate(struct ieee80211vap
}
goto reset;
case IEEE80211_S_SCAN:
@@ -20,7 +20,7 @@
goto reset;
reset:
ieee80211_reset_bss(vap);
@@ -1989,7 +1991,9 @@ ieee80211_newstate(struct ieee80211vap *
@@ -1995,7 +1997,9 @@ ieee80211_newstate(struct ieee80211vap *
}
}
}