aironetwifi: Amend last change.
Seems my local incremental build spuriously succeeded.
This commit is contained in:
@@ -2321,7 +2321,7 @@ an_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
|
||||
}
|
||||
break;
|
||||
case SIOCS80211:
|
||||
if ((error = priv_check(td, PRIV_NET80211_VAP_MANAGE)))
|
||||
if ((error = priv_check(td, PRIV_NET80211_MANAGE)))
|
||||
goto out;
|
||||
AN_LOCK(sc);
|
||||
sc->areq.an_len = sizeof(sc->areq);
|
||||
|
||||
Reference in New Issue
Block a user