From owner-freebsd-wireless@freebsd.org Mon Jul 6 01:33:44 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CAE19755 for ; Mon, 6 Jul 2015 01:33:44 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 050251EB7 for ; Mon, 6 Jul 2015 01:33:44 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igh16 with SMTP id 16so13724527igh.0 for ; Sun, 05 Jul 2015 18:33:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZhD0dhLtFuZfxl1o9wAR5+Q3zC25kxRkPGRxWMEQRyU=; b=XIvg948Fhm/zQGJX4KONtmitjn/qnSIatu7f4J+k9qoeeZhDUsGOwxIeAe0QlWlL2A vSlbOFKyocb1LQ4QR+ZC7y8iVQLqutEI39mELCPuTPOBJp6CuOHmufZQSEVhY0HUWv7z 9BJlMDHrbFjRlLw5GIDaRkQjgbu9LYdd/qQb95Sm0R9loLtmovFeaRR1RPxyGS+GWL2m +TOhp/bbeVFFUcRmLtOwDZbaCo6jOXegLFSCO7U0/dc/M2xJidgrVeNebiaM2Wa8i82r daGTPVDYcjdsRRa3m5+1hwq/s8dtYwMSTQF44GNsLcr63AgUHHmSvDy8bc2khf/CvOK5 QkFQ== MIME-Version: 1.0 X-Received: by 10.42.104.142 with SMTP id r14mr17193818ico.37.1436146423161; Sun, 05 Jul 2015 18:33:43 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Sun, 5 Jul 2015 18:33:43 -0700 (PDT) In-Reply-To: <20150702195208.GA466122@polaris.intra.vdsz.de> References: <20150702195208.GA466122@polaris.intra.vdsz.de> Date: Sun, 5 Jul 2015 18:33:43 -0700 Message-ID: Subject: Re: bwn update From: Adrian Chadd To: Imre Vadasz Cc: Felix Friedlander , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 01:33:44 -0000 Hi, Does anyone have a BCM4312 w/ freebsd and can test these patches out? -a On 2 July 2015 at 12:52, Imre Vadasz wrote: > Hi, > Just FYI, since nobody at FreeBSD has picked this stuff up yet (and I don't > have the time or energy to work on FreeBSD as well). In the DragonFly port > of bwn(4), we have fixed a few typos and added a few bugfixes (which end up > improving bwn(4)'s performance and stability a lot on my BCM4312 chipset > ('BCM4311 802.11a/b/g' in pciconf -lv)): > > A fix for RF switch state polling: > http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/202e28d1f65e9f35df6032400df3242a3bafb483 > > Remove a superfluous ieee80211_start_all call: > http://gitweb.dragonflybsd.org/dragonfly.git/commit/9ce8b3ee47294f82be9c626470deefb943eb2cb1 > > A fix for a DMA issue on some chipsets, and a fix for a performance > problem on my BCM4312 (and maybe other chipsets): > http://gitweb.dragonflybsd.org/dragonfly.git/commit/b7a8b6abd2cfa6cd927aefa770aff3030ffce28c > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"