svn commit: r276748 - head/sys/conf

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jan 6 09:39:44 UTC 2015


Author: hselasky
Date: Tue Jan  6 09:39:42 2015
New Revision: 276748
URL: https://svnweb.freebsd.org/changeset/base/276748

Log:
  Fix kernel build after r276730.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Jan  6 09:03:03 2015	(r276747)
+++ head/sys/conf/files	Tue Jan  6 09:39:42 2015	(r276748)
@@ -3316,7 +3316,7 @@ net80211/ieee80211_scan_sta.c	optional w
 net80211/ieee80211_sta.c	optional wlan \
 	compile-with "${NORMAL_C} -Wno-unused-function"
 net80211/ieee80211_superg.c	optional wlan ieee80211_support_superg
-net80211/ieee80211_swscan.c	optional wlan
+net80211/ieee80211_scan_sw.c	optional wlan
 net80211/ieee80211_tdma.c	optional wlan ieee80211_support_tdma
 net80211/ieee80211_wds.c	optional wlan
 net80211/ieee80211_xauth.c	optional wlan wlan_xauth


More information about the svn-src-all mailing list