Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 02:00:29 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246227 - head/sys/modules/wlan
Message-ID:  <201302020200.r1220TWU052101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Feb  2 02:00:29 2013
New Revision: 246227
URL: http://svnweb.freebsd.org/changeset/base/246227

Log:
  Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlan
  module.

Modified:
  head/sys/modules/wlan/Makefile

Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile	Sat Feb  2 02:00:10 2013	(r246226)
+++ head/sys/modules/wlan/Makefile	Sat Feb  2 02:00:29 2013	(r246227)
@@ -12,7 +12,7 @@ SRCS=	ieee80211.c ieee80211_action.c iee
 	ieee80211_ratectl_none.c ieee80211_regdomain.c \
 	ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \
 	ieee80211_monitor.c ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c \
-	ieee80211_tdma.c
+	ieee80211_tdma.c ieee80211_superg.c
 SRCS+=	bus_if.h device_if.h opt_ddb.h opt_inet.h opt_inet6.h opt_ipx.h \
 	opt_tdma.h opt_wlan.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302020200.r1220TWU052101>