From owner-svn-src-all@FreeBSD.ORG Mon Oct 18 16:44:28 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 6F773106566B; Mon, 18 Oct 2010 16:44:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 864978FC0C; Mon, 18 Oct 2010 16:44:27 +0000 (UTC) Received: by wyb38 with SMTP id 38so1494745wyb.13 for ; Mon, 18 Oct 2010 09:44:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=MpaoEIbtzEieogxhv0TOkAKUbmbpdu7rSG+5ixC5ydU=; b=bm388f8v28l5drQZfLGvQD9rbO81n0JuZubDyFuZg4BlqparQO6IoJaOeYn8faBKdl 9sr45rjpSNuAWYflmf5uOiTxFnVG+Z5dtW4jDR0SkxI6ilQ+oZVzbpzGV1aMC5KBhwy9 8fwLb3bdWyXj97DWhqJARBWNq4qpz819divhA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qt8y0WyYPPEieaJb116S4BY1mehl/57kJjH70qRd/6HHgybYN2y1/VVR+U77BRDWmq YtPo3N+FQfnSC30yR+6BCOjKAjrUJz/LulmpAwCwHqKL4R60Q2E3kRplx5SN2YSHUr1h kg+0ABywiLb2ZxmhbQcMw5Bn06q8BVFw0EKQc= MIME-Version: 1.0 Received: by 10.216.37.4 with SMTP id x4mr5579936wea.1.1287420266112; Mon, 18 Oct 2010 09:44:26 -0700 (PDT) Received: by 10.216.87.67 with HTTP; Mon, 18 Oct 2010 09:44:26 -0700 (PDT) In-Reply-To: References: <201004091205.o39C5OD5045357@svn.freebsd.org> Date: Mon, 18 Oct 2010 16:44:26 +0000 Message-ID: From: Paul B Mahol To: Rui Paulo Content-Type: text/plain; charset=ISO-8859-1 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:44:28 -0000 On 10/18/10, Rui Paulo wrote: > > 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 >>> >>> Log: >>> Add ieee80211_{amrr,rssadapt}.c. >>> >> >> Either revert this or remove amrr and rssadapt modules (IMHO better >> option). > > Why? AMRR is used by many drivers. Try to load wlan_amrr.ko module or wlan_rssadapt.ko module while wlan.ko module is already loaded. > >>> MFC after: 1 month >>> >>> Modified: >>> head/sys/modules/wlan/Makefile >>> >>> Modified: head/sys/modules/wlan/Makefile >>> ============================================================================== >>> --- 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 >>> >>> KMOD= wlan >>> -SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \ >>> +SRCS= 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+= 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" >>> >> >> ____________________________________________________________________________________ >> Use the link below to report this message as spam. >> https://lavabit.com/apps/teacher?sig=1413657&key=1486363005 >> ____________________________________________________________________________________ > > Regards, > -- > Rui Paulo > > >