From owner-freebsd-current@FreeBSD.ORG Thu Mar 8 13:55:16 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 565561065692 for ; Thu, 8 Mar 2012 13:55:16 +0000 (UTC) (envelope-from moonlightakkiy@yahoo.ca) Received: from nm37-vm4.bullet.mail.ne1.yahoo.com (nm37-vm4.bullet.mail.ne1.yahoo.com [98.138.229.132]) by mx1.freebsd.org (Postfix) with SMTP id 5225D8FC26 for ; Thu, 8 Mar 2012 13:55:04 +0000 (UTC) Received: from [98.138.90.49] by nm37.bullet.mail.ne1.yahoo.com with NNFMP; 08 Mar 2012 13:42:47 -0000 Received: from [98.138.226.125] by tm2.bullet.mail.ne1.yahoo.com with NNFMP; 08 Mar 2012 13:42:47 -0000 Received: from [127.0.0.1] by smtp204.mail.ne1.yahoo.com with NNFMP; 08 Mar 2012 13:42:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1331214167; bh=RkcIOOgpLPc9CszQiHo1p0Uhsjy4JM/BRXsv3udrt8E=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Cc:Content-Type:Content-Transfer-Encoding; b=EsNDUL3YBl3Yv+wiQVxFvJ8W4tUhNSuNUCVIuSGbq2kavDzRe1+DihX0OyKT3pfQMttZWFxdXqoAsFXvrgMSe8b1TvZ7zuE74g0ATS8IvOOuUf9+mFmgnhFrvPn4Vw/O/5oA8HvmbjsLw/FwoG9gB0ZeLgXH1RfgvrHjgPEJnmU= X-Yahoo-Newman-Id: 505096.96953.bm@smtp204.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: s2OiHVMVM1nmFCihq3EQjoJpLucMZn9aTPZOxznh01WGtxG _iIOpQGYqiQz4i3uIpZJfLxnwefUS.4d_xbLVlFFhwbESusW31nhQIrxJcWd h5_4vt6JIIB3pRwXvJqqqjziusy6SWDY8l7hDYRVVOpMPWlgpNl3AK6CuTgr m_QSfNfLn_GbPiYZsMnpqPvtT2CzveeE7pThXAFzAFX6QnP7VqTfXklZ6HVb kqZ5YMdjQ99GlwVb1HbHQ19me_8hPf8huQLLFdhKjgVxTZ_bnJVACGP3.FcL v9k2.vGaeFb3vawOEjFdNdv5pXJ7YDyORu_V_nlgYl.BoyoyX3b2FDHgyJl1 LKEShDHFVXFmMG7qtLSgtEsbLSTLON3nAY7xjPC5TfXYgiV3I_plEGpBjrU3 1ptaNRBnxRDB0MGKou9HMJlo2hq8.dDVts8o- X-Yahoo-SMTP: Xr6qjFWswBAEmd20sAvB4Q3keqXvXsIH9TjJ Received: from mail-iy0-f182.google.com (moonlightakkiy@209.85.210.182 with plain) by smtp204.mail.ne1.yahoo.com with SMTP; 08 Mar 2012 05:42:47 -0800 PST Received: by iahk25 with SMTP id k25so956018iah.13 for ; Thu, 08 Mar 2012 05:42:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.179.98 with SMTP id df2mr6814164igc.32.1331214167002; Thu, 08 Mar 2012 05:42:47 -0800 (PST) Received: by 10.231.108.133 with HTTP; Thu, 8 Mar 2012 05:42:46 -0800 (PST) Date: Thu, 8 Mar 2012 06:42:46 -0700 Message-ID: From: PseudoCylon To: Mitsuru IWASAKI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Adrian Chadd , freebsd-current@freebsd.org, freebsd-wireless@freebsd.org, bschmidt@freebsd.org Subject: Re: patches for if_iwi and wlan for WEP mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2012 13:55:16 -0000 > ------------------------------ > > Message: 4 > Date: Wed, 7 Mar 2012 10:45:11 -0800 > From: Adrian Chadd > Subject: Re: patches for if_iwi and wlan for WEP mode > To: Mitsuru IWASAKI > Cc: freebsd-current@freebsd.org, freebsd-wireless@freebsd.org, > =A0 =A0 =A0 =A0bschmidt@freebsd.org > Message-ID: > =A0 =A0 =A0 =A0 > Content-Type: text/plain; charset=3DISO-8859-1 > > Hi, > > I'd rather you didn't commit iwi_update_mcast() unless you absolutely > know that the NIC doesn't need to be notified of multicast group > membership changes. If so, IFF_ALLMULTI flag should be set. http://lists.freebsd.org/pipermail/svn-src-head/2010-May/016983.html AK