svn commit: r276730 - in head/sys: conf modules/wlan net80211

Hans Petter Selasky hps at selasky.org
Tue Jan 6 09:43:35 UTC 2015


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


More information about the svn-src-head mailing list