noop change so RUN->RUN transition isn't considered invalid
(it happens on ibss merge)
This commit is contained in:
parent
5a11fbca83
commit
2c21ffc8f5
@ -1010,9 +1010,10 @@ ieee80211_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg
|
||||
break;
|
||||
/* fall thru... */
|
||||
case IEEE80211_S_AUTH:
|
||||
case IEEE80211_S_RUN:
|
||||
IEEE80211_DPRINTF(ic, IEEE80211_MSG_ANY,
|
||||
"%s: invalid transition\n", __func__);
|
||||
/* fall thru... */
|
||||
case IEEE80211_S_RUN:
|
||||
break;
|
||||
case IEEE80211_S_SCAN: /* adhoc/hostap mode */
|
||||
case IEEE80211_S_ASSOC: /* infra mode */
|
||||
|
Loading…
Reference in New Issue
Block a user