Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 00:25:16 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Oliver Pinter <oliver.pinter@hardenedbsd.org>
Cc:        Lev Serebryakov <lev@freebsd.org>, Oliver Pinter <oliver.pntr@gmail.com>,  Adrian Chadd <adrian@freebsd.org>, current@freebsd.org
Subject:   Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes
Message-ID:  <20150601212516.GB73119@glebius.int.ru>
In-Reply-To: <CAPQ4fftaFEC47=Qqah7M=nu521aBRCneRht5um2vWNtcgKx8Ug@mail.gmail.com>
References:  <20150529151405.GA8509@ns.kevlo.org> <55686E8F.3030400@FreeBSD.org> <20150601153717.GX73119@FreeBSD.org> <CAPQ4ffupHTqDtfnJUysxyisCP4CUXGrmHMnazLaYMa_r4dJPJg@mail.gmail.com> <CAPQ4ffsedr2AfuEooOd7%2BZVNZUAHApkK38Ws9zh_GN0quekMQA@mail.gmail.com> <CAPQ4fftaFEC47=Qqah7M=nu521aBRCneRht5um2vWNtcgKx8Ug@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 01, 2015 at 10:46:33PM +0200, Oliver Pinter wrote:
O> And the same test against my atheros seems like working fine, both the
O> secondary VAP creation and destruction. I'm able to run kismet without
O> panic, and that seems too working fine.

Thanks a lot!

O> In ath case I got some LOR during boot and during kismet, see the
O> attached dmesgs.

I will look at these.

O> One confusing thing, that the underlaying devices (ath0 and iwn0) has
O> gone from ifconfig, and that's a little confusing, when you have
O> multiple pci card and try to create multiple VAP to specific device.

This is intended. The ifnet layer was making KPI more complex and
it is absolutely superfluous.

You've got a PCI device, seen in pciconf. You've get kernel device,
seen in devinfo. But you need to create wlan0 interface.

The ath0 or iwn0 were not actually interfaces. You couldn't assign
addresses to them, send packets, receive packets on them. They were
just sitting in the list, confusing people. Now people got used to
them, and their absense on list is confusing, like you said. But
you will get used again :)

-- 
Totus tuus, Glebius.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150601212516.GB73119>