Re: [PATCH 2/2] d80211: Add software sequence support

2007-02-05 Thread Ivo van Doorn
On Monday 05 February 2007 18:37, Jiri Benc wrote: > On Sat, 3 Feb 2007 12:45:26 +0100, Ivo van Doorn wrote: > > --- dscape/net/d80211/ieee80211_i.h 2007-01-31 19:41:53.0 +0100 > > +++ dscape_seq/net/d80211/ieee80211_i.h 2007-01-31 20:06:26.0 > > +0100 > > @@ -405,6 +405,7 @@ >

Re: [PATCH 2/2] d80211: Add software sequence support

2007-02-05 Thread Jiri Benc
On Sat, 3 Feb 2007 12:45:26 +0100, Ivo van Doorn wrote: > --- dscape/net/d80211/ieee80211_i.h 2007-01-31 19:41:53.0 +0100 > +++ dscape_seq/net/d80211/ieee80211_i.h 2007-01-31 20:06:26.0 > +0100 > @@ -405,6 +405,7 @@ > int *supp_rates[NUM_IEEE80211_MODES]; > int

Re: [PATCH 2/2] d80211: Add software sequence support

2007-02-03 Thread Ivo van Doorn
On Wednesday 31 January 2007 20:16, Ivo van Doorn wrote: > Most hardware can keep track of sequence numbers themselves, > unfortunately *most* doesn't cover all devices. ;) > This patch will keep track of the sequence number if the flag > IEEE80211_HW_SOFTWARE_SEQUENCE has been set. > > Signed-off

[PATCH 2/2] d80211: Add software sequence support

2007-01-31 Thread Ivo van Doorn
Most hardware can keep track of sequence numbers themselves, unfortunately *most* doesn't cover all devices. ;) This patch will keep track of the sequence number if the flag IEEE80211_HW_SOFTWARE_SEQUENCE has been set. Signed-off-by Ivo van Doorn <[EMAIL PROTECTED]> --- diff -rNU3 dscape/include