Date: Tue, 06 Jan 2015 10:44:20 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Adrian Chadd <adrian@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r276730 - in head/sys: conf modules/wlan net80211 Message-ID: <54ABAE74.8030406@selasky.org> In-Reply-To: <201501060208.t0628kkh086961@svn.freebsd.org> References: <201501060208.t0628kkh086961@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/06/15 03:08, Adrian Chadd wrote: > Modified: head/sys/conf/files > ============================================================================== > --- head/sys/conf/files Tue Jan 6 01:30:32 2015 (r276729) > +++ head/sys/conf/files Tue Jan 6 02:08:45 2015 (r276730) > @@ -3316,6 +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_tdma.c optional wlan ieee80211_support_tdma > net80211/ieee80211_wds.c optional wlan > net80211/ieee80211_xauth.c optional wlan wlan_xauth > > Modified: head/sys/modules/wlan/Makefile > ============================================================================== > --- head/sys/modules/wlan/Makefile Tue Jan 6 01:30:32 2015 (r276729) > +++ head/sys/modules/wlan/Makefile Tue Jan 6 02:08:45 2015 (r276730) > @@ -7,7 +7,7 @@ SRCS= ieee80211.c ieee80211_action.c iee > ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \ > ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \ > ieee80211_mesh.c ieee80211_node.c ieee80211_output.c ieee80211_phy.c \ > - ieee80211_power.c ieee80211_proto.c ieee80211_scan.c \ > + ieee80211_power.c ieee80211_proto.c ieee80211_scan.c ieee80211_scan_sw.c \ > ieee80211_scan_sta.c ieee80211_radiotap.c ieee80211_ratectl.c \ > ieee80211_ratectl_none.c ieee80211_regdomain.c \ > ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \ Hi, FYI: What you put into "head/sys/conf/files" mismatches "head/sys/modules/wlan/Makefile" :-) See r276748. Hope is OK. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54ABAE74.8030406>