CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/08 03:28:22
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Use BA agreement immediately after it is requested by the AP.
Some APs continue to send QOS packet for the same tid (with normal ack
policy). Make those packets go through BA reordering to advance the
sequence number counter in the BA agreement and prevent performance loss
due to a gap wait later on.
Found by and fix from Christian Erhardt
ok stsp@ phessler@