no need to stop the sw beacon miss timer; it's not used with adhoc or wds

This commit is contained in:
sam 2008-05-22 22:14:58 +00:00
parent 013d1e7cae
commit f8640d7746
2 changed files with 0 additions and 4 deletions

View File

@ -115,8 +115,6 @@ adhoc_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
if (ostate != IEEE80211_S_SCAN)
ieee80211_cancel_scan(vap); /* background scan */
ni = vap->iv_bss; /* NB: no reference held */
if (vap->iv_flags_ext & IEEE80211_FEXT_SWBMISS)
callout_stop(&vap->iv_swbmiss);
switch (nstate) {
case IEEE80211_S_INIT:
switch (ostate) {

View File

@ -403,8 +403,6 @@ wds_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
if (ostate != IEEE80211_S_SCAN)
ieee80211_cancel_scan(vap); /* background scan */
ni = vap->iv_bss; /* NB: no reference held */
if (vap->iv_flags_ext & IEEE80211_FEXT_SWBMISS)
callout_stop(&vap->iv_swbmiss);
error = 0;
switch (nstate) {
case IEEE80211_S_INIT: