From owner-svn-src-all@FreeBSD.ORG Mon Oct 18 16:29:36 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 198A6106564A; Mon, 18 Oct 2010 16:29:36 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id CF57D8FC12; Mon, 18 Oct 2010 16:29:35 +0000 (UTC) Received: from c.earth.lavabit.com (c.earth.lavabit.com [192.168.111.12]) by karen.lavabit.com (Postfix) with ESMTP id F2420157543; Mon, 18 Oct 2010 11:29:34 -0500 (CDT) Received: from rui-macbook.lan (bl17-136-196.dsl.telepac.pt [188.82.136.196]) by lavabit.com with ESMTP id T3LRIH3WZ607; Mon, 18 Oct 2010 11:29:34 -0500 References: <201004091205.o39C5OD5045357@svn.freebsd.org> In-Reply-To: Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: quoted-printable From: Rui Paulo Date: Mon, 18 Oct 2010 17:29:31 +0100 To: Paul B Mahol X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r206418 - head/sys/modules/wlan X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 16:29:36 -0000 On 18 Oct 2010, at 17:23, Paul B Mahol wrote: > On 4/9/10, Rui Paulo wrote: >> Author: rpaulo >> Date: Fri Apr 9 12:05:24 2010 >> New Revision: 206418 >> URL: http://svn.freebsd.org/changeset/base/206418 >>=20 >> Log: >> Add ieee80211_{amrr,rssadapt}.c. >>=20 >=20 > Either revert this or remove amrr and rssadapt modules (IMHO better = option). Why? AMRR is used by many drivers. >> MFC after: 1 month >>=20 >> Modified: >> head/sys/modules/wlan/Makefile >>=20 >> Modified: head/sys/modules/wlan/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/sys/modules/wlan/Makefile Fri Apr 9 11:56:38 2010 = (r206417) >> +++ head/sys/modules/wlan/Makefile Fri Apr 9 12:05:24 2010 = (r206418) >> @@ -3,13 +3,13 @@ >> .PATH: ${.CURDIR}/../../net80211 >>=20 >> KMOD=3D wlan >> -SRCS=3D ieee80211.c ieee80211_action.c ieee80211_ageq.c \ >> +SRCS=3D ieee80211.c ieee80211_action.c ieee80211_ageq.c = ieee80211_amrr.c \ >> 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_scan_sta.c ieee80211_radiotap.c ieee80211_ratectl.c \ >> - ieee80211_regdomain.c \ >> + ieee80211_regdomain.c ieee80211_rssadapt.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 >> SRCS+=3D bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h = opt_wlan.h \ >> _______________________________________________ >> svn-src-head@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/svn-src-head >> To unsubscribe, send any mail to = "svn-src-head-unsubscribe@freebsd.org" >>=20 >=20 > = __________________________________________________________________________= __________ > Use the link below to report this message as spam. > https://lavabit.com/apps/teacher?sig=3D1413657&key=3D1486363005 > = __________________________________________________________________________= __________ Regards, -- Rui Paulo