svn commit: r343817 - in stable: 11/sys/net80211 12/sys/net80211
Andriy Voskoboinyk
avos at FreeBSD.org
Wed Feb 6 01:47:23 UTC 2019
Author: avos
Date: Wed Feb 6 01:47:22 2019
New Revision: 343817
URL: https://svnweb.freebsd.org/changeset/base/343817
Log:
MFC r343684:
Drop unused M_80211_COM malloc(9) type.
It is not used since r287197.
Modified:
stable/12/sys/net80211/ieee80211_freebsd.c
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/sys/net80211/ieee80211_freebsd.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/sys/net80211/ieee80211_freebsd.c
==============================================================================
--- stable/12/sys/net80211/ieee80211_freebsd.c Wed Feb 6 01:42:26 2019 (r343816)
+++ stable/12/sys/net80211/ieee80211_freebsd.c Wed Feb 6 01:47:22 2019 (r343817)
@@ -68,8 +68,6 @@ SYSCTL_INT(_net_wlan, OID_AUTO, debug, CTLFLAG_RW, &ie
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;
More information about the svn-src-stable-12
mailing list