From owner-freebsd-wireless@FreeBSD.ORG Tue Sep 2 19:41:17 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 2F667953; Tue, 2 Sep 2014 19:41:17 +0000 (UTC) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E29331A8C; Tue, 2 Sep 2014 19:41:16 +0000 (UTC) Received: by mail-oi0-f50.google.com with SMTP id u20so4755732oif.37 for ; Tue, 02 Sep 2014 12:41:15 -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=CLq47Y5WZglmwZZWqXtY8Tjyf6EKKMK5eCk1uQnQyOU=; b=YbyQo/pQ9F7rlqyrNqIRVT2JeqmuA5iwlP+pySIgtR8UuCP/0KZi1HFeeMf6rSkSfm Wl1Dle65BcpcTeRziKld57w1EbEzkEIkhd7dhT6Uf0V5tO4KszlVQUDhfpBvlfSYPToa tIx2rVZxusVQthDOspDemNcbCUtlPDwR+FbxLGmvrmePRhnC5AIi8g3TRkBaYfsc6XOS 4IXiWvdyz9J7SGK0Ltywi1dhIdemuaOc/1Xqwi5RgvfsJRxCAXWwRhGNiyCfPvqXKK3S WXaCTkuw3zewzQRG/dDj4N4GtTstk6ZK4bdmZ5d8S2F1SFtGgSVx80MPelUO4SKThmPd YALQ== MIME-Version: 1.0 X-Received: by 10.182.29.234 with SMTP id n10mr4022973obh.67.1409686875682; Tue, 02 Sep 2014 12:41:15 -0700 (PDT) Received: by 10.182.28.100 with HTTP; Tue, 2 Sep 2014 12:41:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Sep 2014 21:41:15 +0200 Message-ID: Subject: Re: Intel Centrino Wireless-N 2230 status From: Oliver Pinter To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 02 Sep 2014 19:41:17 -0000 I not tried freebsd-head yet, but I'm able today. In mode N seems like the NIC sends only one frame, and no more. With tcpdump and/or wlandebug I see only rx packets and no tx. If you add some pointer what changes must I create to easier debug, or what concrete information required, feel free to ping me or send the details. On 9/2/14, Adrian Chadd wrote: > Cool! Have you tried freebsd-head? Does it work there? > > How's it failing in association state? What's it saying? > > > -a > > > On 2 September 2014 12:30, Oliver Pinter wrote: >> Hi All! >> >> After I backported all of the net80211 and iwn changes from 11-CURRENT >> to 10-STABLE the wireless NIC in subject working on mode G. If I try >> to use with mode N (ht20, ht40) it failed in association state. >> >> All of the backports are in this github repo: >> >> https://github.com/opntr/opBSD/commits/op/stable/10-iwn-backport >> >> Oliver >