CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/02/07 17:54:57
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_node.h
Log message:
Work around buggy APs which occasionally emit sequence numbers much higher
than the current 11n BlockAck window. The previous code would be fooled into
moving the window forward and then drop packets until their sequence numbers
catch up with the new window, which can take several minutes.
Fixes traffic stalls observed with Broadcom APs.
ok krw@ tb@