From owner-svn-src-head@freebsd.org Fri Aug 7 23:49:19 2015 Return-Path: Delivered-To: svn-src-head@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 400D49B66B0; Fri, 7 Aug 2015 23:49:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 02F72C37; Fri, 7 Aug 2015 23:49:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbpg9 with SMTP id pg9so40872017igb.0; Fri, 07 Aug 2015 16:49:18 -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=vcCUHKLQHwUULab/5aFAy/6fVbPDCy1mHKHjmPn5eBg=; b=IYSGf61LfhW0l9rqMh5fF91XWFGg7ccN3t1q0VJzVbOufFJWWtX71bKSU2FeDNfItb V4IjGpjewDy1EkpbeZtfTj39l5WkItqkRmqUBfRXQazrzBLvSkT5sywa+73vqPGbnUVN tCY8LVuhQsh6F0wGEP7pFz2xw5NMTIvTNlL13oq75chKaj/jegRTiNY8IG1gew9iZieN aECqKKSiKxdVQ24+KeAWAUdT+sYosvgW2QB0Hj61sI0t/a2nx4UBrQVCI6WsY+Sk3tcg zrdEeT6LFaJUxUsz+jEjh9eh/LlRM8WgN2Uylj2gHLU2i8tAnQ5j0X86OLKXTCKLMgvU Ku1Q== MIME-Version: 1.0 X-Received: by 10.50.61.144 with SMTP id p16mr653028igr.22.1438991358340; Fri, 07 Aug 2015 16:49:18 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Fri, 7 Aug 2015 16:49:18 -0700 (PDT) In-Reply-To: <72035147-7F25-4E63-B60B-A19A2FB58117@FreeBSD.org> References: <201508071143.t77BhFvr007283@repo.freebsd.org> <72035147-7F25-4E63-B60B-A19A2FB58117@FreeBSD.org> Date: Fri, 7 Aug 2015 16:49:18 -0700 Message-ID: Subject: Re: svn commit: r286410 - in head: etc etc/rc.d sys/dev/ath sys/dev/ath/ath_rate/sample sys/dev/bwi sys/dev/bwn sys/dev/if_ndis sys/dev/ipw sys/dev/iwi sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/ral ... From: Adrian Chadd To: "Bjoern A. Zeeb" Cc: Gleb Smirnoff , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 23:49:19 -0000 Hi, Since I'm on holidays, and I really don't have time to tidy up after this commit: * everyone can commit to the wireless stuff to get this fixed up and working; * if hostap mode stays broken for more than 4 days, I'm going to back all the changes out. (And yes, gleb did run this stuff by me a few times and I'm okay with the general theory of this, but we'll see how it pans out. I'm totally fine with completely rolling it back if it's a failed experiment.) -adrian