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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"