free ifp allocated at ieee80211_vap_setup.

Reviewed by:	sam, thompsa
This commit is contained in:
Weongyo Jeong 2008-09-02 04:49:35 +00:00
parent 4c6ea66f44
commit b20f0ed118
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182674

View File

@ -532,6 +532,8 @@ ieee80211_vap_detach(struct ieee80211vap *vap)
ieee80211_power_vdetach(vap);
ieee80211_node_vdetach(vap);
ieee80211_sysctl_vdetach(vap);
if_free(ifp);
}
/*