CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/11 10:14:29
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Make the heuristic which catches frames with sequence numbers outside the
current BlockAck window compare against the actual window size, rather than
the maximum window size possible. As a result, two consecutive if-blocks
now check for the same condition, so merge them.
