From owner-freebsd-wireless@FreeBSD.ORG Fri Sep 27 14:39:24 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDAA3437 for ; Fri, 27 Sep 2013 14:39:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B43B2614 for ; Fri, 27 Sep 2013 14:39:24 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id w61so2747950wes.17 for ; Fri, 27 Sep 2013 07:39:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=vcP83BaT2xdSlPCF3u49m4fSlwNc3J/yjSewxVIWK2w=; b=jFOrm192wI785lTvzWFdQJuDgjYxrW7SvadwoKxz17usq2OtCkRsbEbD2b+GnYe/a/ 3UGcVyqU8gyLNaYOuyNbJdR8MFH1d8dhOx64Q6X3nQk+BVdfh1w5C5QKSioxhIUhkS7/ bjbpwgnwk7n2aMQwgzmt9U6FRPcW++qd6WfoIDU2ItB6Sh3dm+FfRmEjxx+IqcZ2jZ2J bps/tqs9LHpuVQxgdkv5qibW4MvCpKps6FGNWQj/vmIfZ4amOfEyMaY9gBA2g/6eoYwn ntw5zzgGZZY77TbMeDvFgqJ1dY+VdnbLUNv597uugVZOEsR3ywWyXuur5P6zVAS1uM1E CE6Q== MIME-Version: 1.0 X-Received: by 10.180.75.236 with SMTP id f12mr3056563wiw.0.1380292762727; Fri, 27 Sep 2013 07:39:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Fri, 27 Sep 2013 07:39:22 -0700 (PDT) Date: Fri, 27 Sep 2013 07:39:22 -0700 X-Google-Sender-Auth: Z6h42bSucD0Orrd2-Xgg3YPhmJE Message-ID: Subject: [iwn] request for testing: iwn bluetooth coexistence config From: Adrian Chadd To: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 27 Sep 2013 14:39:24 -0000 Hi, This patch disables sending the btcoex messages to the 6200/6205 NICs. They don't support bluetooth coexistence and people have reported that it causes things to break. http://people.freebsd.org/~adrian/ath/20130927-iwn-disable-btcoex.diff Please test it out and let me know if it breaks things or fix things. -adrian