From owner-freebsd-wireless@FreeBSD.ORG Sat Jan 18 16:10:47 2014 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 ESMTPS id 5D2519A8; Sat, 18 Jan 2014 16:10:47 +0000 (UTC) Received: from mail-qe0-x231.google.com (mail-qe0-x231.google.com [IPv6:2607:f8b0:400d:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 056FC1DAE; Sat, 18 Jan 2014 16:10:46 +0000 (UTC) Received: by mail-qe0-f49.google.com with SMTP id w4so5039457qeb.36 for ; Sat, 18 Jan 2014 08:10:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=On6K9kF4/DprAK4DZ9MIYz76E0qhXRm/zh+A+1XKge4=; b=jZA/zQ6187JobWJ8qLA+dvPf4+PZ/gcHZfB6rLEJn4VXz7/iaGG8/CD9aXIo2G5fiT JuD8GYcFVOZlOiJQ4bYnRwwb896RdOwvj5BDL3wh+1u5r0r9RqKXowx8PpjOy2mQKn/L MGNx9tz22XZMevFjmUORiuRZzefaxz5bOaaoHe1S8vYgT4R5qQC1zWRngU7iL2KkTjvB hQaPY72frd3tGwYMNU+vQnGp5FxbGRLw9M56XanzljZ4DmdK3CdJ15BO9LJCvmV1x+Rg lPgZudM3haF8OH7PHhlr18qoAJd/7OSw6vYYayN5+LleGHUMFJ+leeOkT+KtPmAbBRND Qg8g== MIME-Version: 1.0 X-Received: by 10.140.96.180 with SMTP id k49mr10042514qge.4.1390061446225; Sat, 18 Jan 2014 08:10:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Sat, 18 Jan 2014 08:10:46 -0800 (PST) In-Reply-To: <83317FFF-5A96-43A3-9AFA-3321434C646C@pean.org> References: <79AEC286-90EB-41D0-8CA8-18A78D53C3C6@pean.org> <8CFBC6B5-B683-4EC3-9561-EFFA6CE55755@pean.org> <52CD0CEE.5010700@pean.org> <83317FFF-5A96-43A3-9AFA-3321434C646C@pean.org> Date: Sat, 18 Jan 2014 08:10:46 -0800 X-Google-Sender-Auth: QGkouhvgBCxV0nxYomqFRxA9vSo Message-ID: Subject: Re: wpa_supplicant problem. From: Adrian Chadd To: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: "stable@freebsd.org" , "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 18 Jan 2014 16:10:47 -0000 Ok. Compile the kernel with IWN_DEBUG, then sysctl dev.iwn.0.debug=3D0x1 (that enables TX debugging) and send over the log. -a On 18 January 2014 03:11, Peter Ankerst=E5l wrote: > > On 08 Jan 2014, at 18:46, Adrian Chadd wrote: > >> On 8 January 2014 00:31, Peter Ankerst=E5l wrote: >>> Hehe, >>> >>> I dont think Im ready for 11 yet. Do you think these fixes will be in 1= 0 any >>> time soon? >> >> I can try backporting the EAPOL fix(es) to HEAD but it may involve other= fixes. >> >> I'll take a look. > > Just as an experiment i tried in my own stupidity to =93implement=94 your= change in r257947 of if_iwn.c > and just added the extra if statement, but at last that did not change an= ything. > > /Peter. > >