From owner-freebsd-wireless@FreeBSD.ORG Tue Nov 19 15:35:23 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68707F9F for ; Tue, 19 Nov 2013 15:35:23 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38D64283B for ; Tue, 19 Nov 2013 15:35:23 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id wp18so4121109obc.30 for ; Tue, 19 Nov 2013 07:35:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qFrvhmvy0y6CnzeoP21oxKJo0efwitl1BgD9Zkyyfws=; b=NGuTVrblLgyWgXEING0+pYZrL5GTt6Aaaw5OfealNxSbnH5pbYhpNY7C6lewInt9Wp vVFMbfpa3dGRrcWhxRCOdPW7/r/nZuo6jfP3kZirJkGRFZtmS3favGc9ezJztjnvGcMb lFNqALyjgL9RWm0xyToOtV4PKCOyhaystclbPPVLdcWZh/p3zPk6+L2e/d+V11iqOQ+D JHGWst0UcIaft8aiRRJzJ8QdXRJri3/5hsd/TUUjPVFWMb6Ud4dJ/8iaTXDgw8GcCtcd DjvP3TfqGs4QoSDQ+a4o2QOhl+4TBkV/qat5nNf+q8hYPT8hnLqmj6at48SSpPiT2Dcu z1rQ== MIME-Version: 1.0 X-Received: by 10.182.135.194 with SMTP id pu2mr25985271obb.38.1384875322419; Tue, 19 Nov 2013 07:35:22 -0800 (PST) Received: by 10.182.95.35 with HTTP; Tue, 19 Nov 2013 07:35:22 -0800 (PST) Date: Tue, 19 Nov 2013 16:35:22 +0100 Message-ID: Subject: r257955 breaks my if_run device From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.16 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, 19 Nov 2013 15:35:23 -0000 Hi, Please CC: me on replies, I am not subscribed to freebsd-wireless. The subject says it all, since r257955 my run device is unable to scan the network, associate to an AP, etc. The patch at [1] fixes the problem. I've put some debugging info at [2] and [3] if it has any use (wlandebug +scan +auth +assoc +debug) I'm running : FreeBSD desktop-xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #5 r258085M: Wed Nov 13 10:27:33 CET 2013 mik@xxx:/usr/obj/usr/src/sys/ACHERON amd64 kernel and world in sync. my run card : run0: <1.0> on usbus3 run0: MAC/BBP RT2872 (rev 0x0202), RF RT2750 (MIMO 1T2R), address xx:xx:xx:xx:xx:xx run0: firmware RT2870 ver. 0.33 loaded Should I submit a PR? Thanks in advance, Mika=C3=ABl [1] http://mikael.urankar.free.fr/FreeBSD/if_runreg.h.patch [2] http://mikael.urankar.free.fr/FreeBSD/wlandebug.working [3] http://mikael.urankar.free.fr/FreeBSD/wlandebug.notworking