CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/01/16 02:35:43

Modified files:
        sys/net80211   : ieee80211_node.c 

Log message:
Reset block ack state and cancel related timeouts when a HT node disassociates.
The existing code (from damien@) already took care of freeing related buffers
but because block ack state was not reset we were still trying to use these
buffers if the node sent another A-MPDU. This problem only affects 11n hostap.
Fixes kernel crash reported by Timo Myyra on bugs@

Reply via email to