CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/01/28 11:55:18
Modified files:
sys/net80211 : ieee80211.h ieee80211_input.c ieee80211_node.c
ieee80211_node.h ieee80211_output.c
ieee80211_proto.c ieee80211_proto.h
ieee80211_var.h
Log message:
Block Ack agreements are unidirectional.
Maintain state for both originator and recipient roles separately.
Do not allocate receive reordering buffer in addba_request().
Test the "initiator" bit in incoming DELBA frames and set it appropriately
in outgoing DELBA frames.
Separate callbacks for Tx/Rx too.
no binary change since all this is #ifdef'ed out.