Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2017 04:27:08 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r311663 - in head/sys: conf modules/wlan
Message-ID:  <201701080427.v084R8dH073940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Jan  8 04:27:08 2017
New Revision: 311663
URL: https://svnweb.freebsd.org/changeset/base/311663

Log:
  [net80211] include the prototype VHT code into the build.
  
  Note: it isn't called anywhere yet!

Modified:
  head/sys/conf/files
  head/sys/modules/wlan/Makefile

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Jan  8 04:25:41 2017	(r311662)
+++ head/sys/conf/files	Sun Jan  8 04:27:08 2017	(r311663)
@@ -3965,6 +3965,7 @@ net80211/ieee80211_sta.c	optional wlan \
 net80211/ieee80211_superg.c	optional wlan ieee80211_support_superg
 net80211/ieee80211_scan_sw.c	optional wlan
 net80211/ieee80211_tdma.c	optional wlan ieee80211_support_tdma
+net80211/ieee80211_vht.c	optional wlan
 net80211/ieee80211_wds.c	optional wlan
 net80211/ieee80211_xauth.c	optional wlan wlan_xauth
 net80211/ieee80211_alq.c	optional wlan ieee80211_alq

Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile	Sun Jan  8 04:25:41 2017	(r311662)
+++ head/sys/modules/wlan/Makefile	Sun Jan  8 04:27:08 2017	(r311663)
@@ -12,7 +12,7 @@ SRCS=	ieee80211.c ieee80211_action.c iee
 	ieee80211_ratectl_none.c ieee80211_regdomain.c \
 	ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \
 	ieee80211_monitor.c ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c \
-	ieee80211_tdma.c ieee80211_superg.c
+	ieee80211_tdma.c ieee80211_superg.c ieee80211_vht.c
 SRCS+=	bus_if.h device_if.h opt_ddb.h opt_inet.h opt_inet6.h \
 	opt_tdma.h opt_wlan.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701080427.v084R8dH073940>