Re: Intel WiFi 5100/5300

2009-10-15 Thread Bernhard Schmidt
On Friday 16 October 2009 02:52:26 Brandon Gooch wrote: > On Thu, Oct 15, 2009 at 6:15 AM, Bernhard Schmidt > > wrote: > > Hi, > > > > Just to let you know, I started working on that myself and was finally > > able to get a connection and make traffic yesterday :) I'm still having > > issues scan

Re: Intel WiFi 5100/5300

2009-10-15 Thread Brandon Gooch
On Thu, Oct 15, 2009 at 6:15 AM, Bernhard Schmidt wrote: > Hi, > > Just to let you know, I started working on that myself and was finally able to > get a connection and make traffic yesterday :) I'm still having issues > scanning > 5Ghz channels though.. anyways, I'll post updates on  sunday. > >

Re: dummynet dropping too many packets

2009-10-15 Thread rihad
Robert Watson wrote: On Thu, 15 Oct 2009, rihad wrote: meaning that USABLE_TX_BD is expected to be smaller than MAX_TX_BD. What if MAX_TX_BD is itself way smaller than 1024, which I'll eventually set ifq_drv_maxlen to? Can a driver guru please comment on this? In a few days I'm going to try

Re: dummynet dropping too many packets

2009-10-15 Thread Robert Watson
On Thu, 15 Oct 2009, rihad wrote: meaning that USABLE_TX_BD is expected to be smaller than MAX_TX_BD. What if MAX_TX_BD is itself way smaller than 1024, which I'll eventually set ifq_drv_maxlen to? Can a driver guru please comment on this? In a few days I'm going to try it anyway, and if the

Re: dummynet dropping too many packets

2009-10-15 Thread rihad
For now we've mostly disabled dummynet and the drops have stopped, thanks to some extra unused bandwidth we have. But this isn't a real solution, of course, so this weekend I'm going to try the suggestion made by Robert Watson: > In the driver init code in if_bce, the following code appears: >