From owner-freebsd-wireless@freebsd.org Mon Jul 6 19:01:12 2015 Return-Path: Delivered-To: freebsd-wireless@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 6939AA76F for ; Mon, 6 Jul 2015 19:01:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C03212C5 for ; Mon, 6 Jul 2015 19:01:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t66J1CBT053947 for ; Mon, 6 Jul 2015 19:01:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 163455] [ath] "bssid" in wlanN create_args does not change wlan MAC address Date: Mon, 06 Jul 2015 19:01:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.0-PRERELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: madpilot@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 06 Jul 2015 19:01:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163455 --- Comment #5 from Guido Falsi --- Created attachment 158429 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158429&action=edit sample output Hi, I just stumbled in this problem with a 10.1 nanobsd image I use as home router. (it's a 10.1-RELEASE with a few selected commits from head mered in locally, but mostly unrelated) I also tested it on my laptop (with head). I've attached a capture of a session showing the problem on the laptop, with this device: ath0: mem 0xf0500000-0xf050ffff irq 17 at device 0.0 on pci2 ath0: [HT] enabling HT modes ath0: [HT] 1 stream STBC receive enabled ath0: [HT] 1 stream STBC transmit enabled ath0: [HT] 2 RX streams; 2 TX streams ath0: AR9280 mac 128.2 RF5133 phy 13.0 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x00c0 the 10.1 nanobsd image has this hardware: ath0: mem 0xe0080000-0xe008ffff irq 9 at device 12.0 on pci0 ath0: AR5212 mac 5.9 RF5112 phy 4.3 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0036 Am I missing something or doing something wrong? -- You are receiving this mail because: You are the assignee for the bug.