Re: [zd1211-devs] Working on the dscape driver

2007-01-28 Thread Ulrich Kunitz
On 07-01-27 22:26 Jon Smirl wrote: > In order to learn more about how the zd1211 works I though I could try > implementing a few missing functions in the dscape zd1211 driver. The > easiest ones looked to be the statistics functions. > > get_stats needs this filled: > > struct ieee80211_low_leve

Re: [zd1211-devs] Working on the dscape driver

2007-01-28 Thread Jon Smirl
On 1/28/07, Ulrich Kunitz <[EMAIL PROTECTED]> wrote: > On 07-01-27 22:26 Jon Smirl wrote: > > > In order to learn more about how the zd1211 works I though I could try > > implementing a few missing functions in the dscape zd1211 driver. The > > easiest ones looked to be the statistics functions. >

Re: [zd1211-devs] Working on the dscape driver

2007-01-28 Thread Jon Smirl
On 1/28/07, Ulrich Kunitz <[EMAIL PROTECTED]> wrote: > There is no simple way to count the RTS failures and successes. You could > however get all the RTS packets and work from that. However I > would regard this as waste of device-to-host bandwidth, which is > shared of all USB devices on the same

Re: [zd1211-devs] Working on the dscape driver

2007-01-28 Thread Ulrich Kunitz
On 07-01-28 12:52 Jon Smirl wrote: > On 1/28/07, Ulrich Kunitz <[EMAIL PROTECTED]> wrote: > > There is no simple way to count the RTS failures and successes. You could > > however get all the RTS packets and work from that. However I > > would regard this as waste of device-to-host bandwidth, whic

Re: [zd1211-devs] Working on the dscape driver

2007-01-28 Thread Jon Smirl
On 1/28/07, Ulrich Kunitz <[EMAIL PROTECTED]> wrote: > On 07-01-28 12:52 Jon Smirl wrote: > > > On 1/28/07, Ulrich Kunitz <[EMAIL PROTECTED]> wrote: > > > There is no simple way to count the RTS failures and successes. You could > > > however get all the RTS packets and work from that. However I >