Fix something bogus deletion that got it during mesh commit.

Approved by:	re (implicit)
This commit is contained in:
Rui Paulo 2009-07-11 16:02:06 +00:00
parent 9781237869
commit 7d26189145

View File

@ -939,6 +939,7 @@ ath_vap_create(struct ieee80211com *ic,
ic_opmode = IEEE80211_M_HOSTAP;
else
ic_opmode = ic->ic_opmode;
break;
default:
device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
goto bad;