aironetwifi: Amend last change.

Seems my local incremental build spuriously succeeded.
This commit is contained in:
Augustin Cavalier
2024-06-25 18:57:35 -04:00
parent 6335cebddd
commit 146690fec4
@@ -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);