[if_an] unbreak!
.. I missed this when checking drivers. Differential Revision: https://reviews.freebsd.org/D25723
This commit is contained in:
parent
78957abd9e
commit
208b9eabb4
@ -2324,7 +2324,7 @@ an_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SIOCS80211:
|
case SIOCS80211:
|
||||||
if ((error = priv_check(td, PRIV_NET80211_MANAGE)))
|
if ((error = priv_check(td, PRIV_NET80211_VAP_MANAGE)))
|
||||||
goto out;
|
goto out;
|
||||||
AN_LOCK(sc);
|
AN_LOCK(sc);
|
||||||
sc->areq.an_len = sizeof(sc->areq);
|
sc->areq.an_len = sizeof(sc->areq);
|
||||||
|
Loading…
Reference in New Issue
Block a user