CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/02/05 09:07:58

Modified files:
        sys/net80211   : ieee80211_input.c ieee80211_node.h 
                         ieee80211_output.c ieee80211_proto.c 

Log message:
Store ADDBA request and response parameters in the block ack record of
ieee80211_node. This way, we can keep track of the ACK policy and echo
it back to the AP as required by the standard. And use the correct bit
flag for the policy -- this code was confused between BlockAck and ADDBA,
both of which have a policy bit but in different places.

Fixes apple airport APs.

tested by tb@, krw@, sthen@, abieber@, and Henrik Friedrichsen

Reply via email to