svn commit: r195383 - head/sys/modules/wlan
Sam Leffler
sam at FreeBSD.org
Sun Jul 5 21:19:13 UTC 2009
Author: sam
Date: Sun Jul 5 21:19:10 2009
New Revision: 195383
URL: http://svn.freebsd.org/changeset/base/195383
Log:
catchup with action+ageq additions
Submitted by: "Paul B. Mahol" <onemda at gmail.com>
Approved by: re (implicit)
Modified:
head/sys/modules/wlan/Makefile
Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile Sun Jul 5 21:16:26 2009 (r195382)
+++ head/sys/modules/wlan/Makefile Sun Jul 5 21:19:10 2009 (r195383)
@@ -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 \
More information about the svn-src-head
mailing list