Fix something bogus deletion that got it during mesh commit.
Approved by: re (implicit)
This commit is contained in:
parent
9781237869
commit
7d26189145
@ -939,6 +939,7 @@ ath_vap_create(struct ieee80211com *ic,
|
|||||||
ic_opmode = IEEE80211_M_HOSTAP;
|
ic_opmode = IEEE80211_M_HOSTAP;
|
||||||
else
|
else
|
||||||
ic_opmode = ic->ic_opmode;
|
ic_opmode = ic->ic_opmode;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
|
device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
|
||||||
goto bad;
|
goto bad;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user