1 Oct 02:07
Re: [RFC v4] mac80211: re-enable aggregation on 2.6.27
On Tue, Sep 30, 2008 at 6:25 PM, Luis R. Rodriguez <lrodriguez@...> wrote: > A quick test indicates it works but the removal is still an issue. I didn't implement it yet I just wanted a feedback if I'm in correct direction with the starting part. We also > have to make lockdep happy -- one more complaint (even with your v3 > patch). Strange I haven't seen one, can you post the log. I have another patch I'm going to test now which tries to > address removal correctly. It doesn't seem we ever del_timer()'d the > addba_resp_timer in a addition to other cleanups. > > I'll condense the relevant sections of your reply. > > On Tue, Sep 30, 2008 at 01:18:46PM -0700, Tomas Winkler wrote: >> On Tue, Sep 30, 2008 at 7:02 PM, Luis R. Rodriguez > > Note declrations: > >> > +void initiate_aggr_and_timer(struct sta_info *sta, u16 tid, u16 start_seq_num); >> > +int __ieee80211_start_tx_ba_session(struct ieee80211_local *local, >> > + struct sta_info *sta, u16 tid, u16 *start_seq_num); > > > Note parts of the routine that use start_seq_num:(Continue reading)
RSS Feed