Re: Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Adrian Chadd
On 16 May 2013 23:39, Matthias Apitz wrote: > El día Thursday, May 16, 2013 a las 11:28:07PM -0700, Adrian Chadd escribió: > >> There's unfortunately no active bwn driver maintainer. > > What is/was the state of this? Has it worked once and only needs now > debugging and/or updating? I'm not sure

Re: Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Matthias Apitz
El día Thursday, May 16, 2013 a las 11:28:07PM -0700, Adrian Chadd escribió: > There's unfortunately no active bwn driver maintainer. What is/was the state of this? Has it worked once and only needs now debugging and/or updating? Thx matthias -- Sent from my FreeBSD netbook Matthias A

Re: Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Adrian Chadd
There's unfortunately no active bwn driver maintainer. :( Sorry, Adrian On 16 May 2013 23:12, Matthias Apitz wrote: > > Hello, > > I've updated one of my laptops to /head r250588; the laptop has a Wifi > chips which was not supported and I have had to use NDIS and the > generated kmod bcmwl5_

Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Matthias Apitz
Hello, I've updated one of my laptops to /head r250588; the laptop has a Wifi chips which was not supported and I have had to use NDIS and the generated kmod bcmwl5_sys.ko; before compiling it again now, I wanted to ask if the chip is now supported in /head; if I load if_bwn.ko it says: # kldloa

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Adrian Chadd
On 16 May 2013 07:35, Lev Serebryakov wrote: > Hello, Adrian. > You wrote 16 мая 2013 г., 18:20:50: > > AC> oh, when it drops to non-N mode, it likely did that because it failed > AC> to successfully transmit a BAR frame to the receiver. > AC> can you provide me the whole log? I'll go see what's g

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Lev Serebryakov
Hello, Adrian. You wrote 16 мая 2013 г., 18:20:50: AC> oh, when it drops to non-N mode, it likely did that because it failed AC> to successfully transmit a BAR frame to the receiver. AC> can you provide me the whole log? I'll go see what's going on. Attached. But I cannot say at which moment it d

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Lev Serebryakov
Hello, Adrian. You wrote 16 мая 2013 г., 18:19:58: AC> Since your laptop on battery is likely trying ot save as much AC> power as possible, this isn't surprising. Yep. Stupid Windows, did it see, that we have active traffic?! :))) AC> can you give me the logging info when TX stalls? I'd like to

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Adrian Chadd
oh, when it drops to non-N mode, it likely did that because it failed to successfully transmit a BAR frame to the receiver. can you provide me the whole log? I'll go see what's going on. Thanks! adrian On 16 May 2013 02:09, Lev Serebryakov wrote: > Hello, Adrian. > You wrote 15 мая 2013 г.,

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Adrian Chadd
Hi! Those TIM messages and PSPOLL messages are expected. They're the power save state change.s Since your laptop on battery is likely trying ot save as much power as possible, this isn't surprising. can you give me the logging info when TX stalls? I'd like to see what the state of the TX queues

Re: [rft] improved hostap powersave / ps-poll support is now in HEAD

2013-05-16 Thread Lev Serebryakov
Hello, Adrian. You wrote 15 мая 2013 г., 22:34:26: AC> I've just committed my first pass of improved power save and ps-poll AC> support in AP mode to -HEAD. AC> There's a bunch of corner cases I'm trying to solve but I'd rather AC> this be in the driver now rather than later. AC> So please, update