]> git.ipfire.org Git - thirdparty/hostap.git/commit
WMM AC: Notify driver before sending DelTS
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Oct 2014 12:04:03 +0000 (08:04 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 19:40:57 +0000 (21:40 +0200)
commit83b9d426e07a3ec0004c5e8203068b625a202d75
tree8a14257d5f805c84fcf375f794b93727da9f6579
parent8506ea6f17e6389bfcdbcbfd93baa34a3d10f416
WMM AC: Notify driver before sending DelTS

Switch the stop and sending DelTS to avoid sending data packets
for the session after the DelTS, which is otherwise possible.

This also helps the mac80211 implementation as it requires stopping the
traffic flow before sending the DelTS as it may modify the AC parameters
for the affected queue, and that may in turn affect management frames.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
wpa_supplicant/wmm_ac.c