CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/04/28 09:00:27
Modified files: sys/net80211 : ieee80211_input.c Log message: Rework handling of frames which fall beyond the block ack window. tb@ discovered that we were not following the 802.11-2012 standard correctly for frames which fall within the range [winend, windend+winsize]. This could cause valid frames to be dropped because we moved the window too far ahead. with and ok tb@