1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 21:58:13 +00:00

catchup with action+ageq additions

Submitted by:	"Paul B. Mahol" <onemda@gmail.com>
Approved by:	re (implicit)
This commit is contained in:
Sam Leffler 2009-07-05 21:19:10 +00:00
parent 2affcf8d1d
commit 24d3677b9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195383

View File

@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../net80211
KMOD= wlan
SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \
ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
ieee80211_node.c ieee80211_output.c ieee80211_phy.c ieee80211_power.c \
ieee80211_proto.c ieee80211_scan.c ieee80211_scan_sta.c \