From owner-freebsd-mobile@FreeBSD.ORG Tue Oct 4 12:51:41 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 912B8106567F; Tue, 4 Oct 2011 12:51:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF2058FC14; Tue, 4 Oct 2011 12:51:40 +0000 (UTC) Received: by gyf2 with SMTP id 2so549048gyf.13 for ; Tue, 04 Oct 2011 05:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=nYSFWF7GSN0mFVXzF8wGPTY5DmwFysU7hKz4p24+vXw=; b=QRiNs4Nh6c2thjebUICh6dMYFhyvz/YSpbcXr12DNKqkxcU1OdtPLplJphvpXJRcPH jziFf2gdLHk4KiDQ2igwowL9nb8z5IZ1YpodSFjEGvKZUqKNLvWOs29MOHnKFTHJZd0H GEG8uRP7If5SIXdUrV1EYquYqWpKdu1PFpgzo= MIME-Version: 1.0 Received: by 10.236.185.131 with SMTP id u3mr6266110yhm.55.1317732700260; Tue, 04 Oct 2011 05:51:40 -0700 (PDT) Received: by 10.236.111.42 with HTTP; Tue, 4 Oct 2011 05:51:40 -0700 (PDT) Date: Tue, 4 Oct 2011 20:51:40 +0800 Message-ID: From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current , freebsd-mobile@freebsd.org Subject: [CFT] please test out -HEAD wireless before I merge things back to stable/9 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 12:51:41 -0000 Hi all, I've committed some work to head which needs some further testing before I am comfortable backporting it to stable/9. This currently includes: * a fix for the ieee80211_swbmiss() panic; * various ath changes, both for sta and hostap modes and for all chipsets ar5212 and later; * an alignment fix to bwi. I'd appreciate some further testing and feedback before I port this to stable/9. So please, update to -HEAD and let me know how wireless behaves for you. Especially if you saw the software beacon miss panic, but a general "it still works fine for me!" will do fine. :) Thanks! Adrian