1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

Drop unused M_80211_COM malloc(9) type.

It is not used since r287197.

MFC after:	3 days
This commit is contained in:
Andriy Voskoboinyk 2019-02-02 16:23:45 +00:00
parent 4ab4d681f3
commit 378478f9fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343684

View File

@ -68,8 +68,6 @@ SYSCTL_INT(_net_wlan, OID_AUTO, debug, CTLFLAG_RW, &ieee80211_debug,
0, "debugging printfs");
#endif
static MALLOC_DEFINE(M_80211_COM, "80211com", "802.11 com state");
static const char wlanname[] = "wlan";
static struct if_clone *wlan_cloner;