mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Oops, missed in my last commit.
This commit is contained in:
parent
f397643e36
commit
fdf3d9543a
1 changed files with 2 additions and 0 deletions
|
|
@ -159,7 +159,9 @@ wlan_clone_destroy(struct ifnet *ifp)
|
|||
ic->ic_vap_delete(vap);
|
||||
}
|
||||
|
||||
#if __FreeBSD_version < 1000020
|
||||
IFC_SIMPLE_DECLARE(wlan, 0);
|
||||
#endif
|
||||
|
||||
void
|
||||
ieee80211_vap_destroy(struct ieee80211vap *vap)
|
||||
|
|
|
|||
Loading…
Reference in a new issue