[net80211] include the prototype VHT code into the build.

Note: it isn't called anywhere yet!
This commit is contained in:
Adrian Chadd 2017-01-08 04:27:08 +00:00
parent b6fec8d603
commit b092fd69a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311663
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@ SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \
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