Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-02 Thread Gleb Smirnoff
Oliver, On Mon, Jun 01, 2015 at 10:46:33PM +0200, Oliver Pinter wrote: O> In ath case I got some LOR during boot and during kismet, see the O> attached dmesgs. I've fixed the first one. But I believe the second LOR happens on unmodified head as well. Thanks a lot for your help. -- Totus tuus

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Gleb Smirnoff
On Tue, Jun 02, 2015 at 12:33:13AM +0300, Lev Serebryakov wrote: L> > On Tue, Jun 02, 2015 at 12:00:46AM +0300, Lev Serebryakov wrote: L> L> > > One confusing thing, that the underlaying devices (ath0 and L> > iwn0) L> > has gone from ifconfig, and that's a little confusing, L> > when you L> > have

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02.06.2015 00:20, Gleb Smirnoff wrote: > On Tue, Jun 02, 2015 at 12:00:46AM +0300, Lev Serebryakov wrote: L> > > One confusing thing, that the underlaying devices (ath0 and > iwn0) L> > has gone from ifconfig, and that's a little confusing, > whe

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Gleb Smirnoff
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

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Gleb Smirnoff
On Tue, Jun 02, 2015 at 12:00:46AM +0300, Lev Serebryakov wrote: L> > One confusing thing, that the underlaying devices (ath0 and iwn0) L> > has gone from ifconfig, and that's a little confusing, when you L> > have multiple pci card and try to create multiple VAP to specific L> > device. L> I thin

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01.06.2015 23:46, Oliver Pinter wrote: > One confusing thing, that the underlaying devices (ath0 and iwn0) > has gone from ifconfig, and that's a little confusing, when you > have multiple pci card and try to create multiple VAP to specific > dev

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01.06.2015 18:37, Gleb Smirnoff wrote: > I've converted the ath(4), probably the most complex ieee80211 > driver. > > The updated diff is uploaded to https://reviews.freebsd.org/D2655. > > Pretty sure it will panic or fail on first try :) Never

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01.06.2015 22:55, Oliver Pinter wrote: >> Do you have compile tested the code? I got this build error: also, here are bunch of things like this: DPRINTF(sc, ATH_DEBUG_ANY, "%s: if_flags %x\n", __func__, ifp->if_flags); - -- // Lev Se

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Oliver Pinter
On Mon, Jun 1, 2015 at 9:55 PM, Oliver Pinter wrote: > On Mon, Jun 1, 2015 at 9:47 PM, Oliver Pinter > wrote: >> On Mon, Jun 1, 2015 at 5:37 PM, Gleb Smirnoff wrote: >>> Hi! >>> >>> I've converted the ath(4), probably the most complex ieee80211 driver. >>> >>> The updated diff is uploaded to h

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Oliver Pinter
On Mon, Jun 1, 2015 at 9:47 PM, Oliver Pinter wrote: > On Mon, Jun 1, 2015 at 5:37 PM, Gleb Smirnoff wrote: >> Hi! >> >> I've converted the ath(4), probably the most complex ieee80211 driver. >> >> The updated diff is uploaded to https://reviews.freebsd.org/D2655. >> >> Pretty sure it will pani

Re: converted ath(4) for testing Was: [Testers needed!] WiFi drivers changes

2015-06-01 Thread Oliver Pinter
On Mon, Jun 1, 2015 at 5:37 PM, Gleb Smirnoff wrote: > Hi! > > I've converted the ath(4), probably the most complex ieee80211 driver. > > The updated diff is uploaded to https://reviews.freebsd.org/D2655. > > Pretty sure it will panic or fail on first try :) Nevertheless, > asking for your help.