1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Add new files in the net80211 changes.

This commit is contained in:
Andrew Thompson 2007-06-11 07:26:35 +00:00
parent 0c927cdd8e
commit 7262410a41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170549

View File

@ -5,7 +5,9 @@
KMOD= wlan
SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c \
ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
ieee80211_node.c ieee80211_output.c ieee80211_proto.c
ieee80211_node.c ieee80211_output.c ieee80211_power.c \
ieee80211_proto.c ieee80211_scan.c ieee80211_regdomain.c \
ieee80211_ht.c
SRCS+= bus_if.h device_if.h opt_compat.h opt_inet.h opt_ipx.h
.if !defined(KERNBUILDDIR)