hostapd: Send EAPOL frames from the VO queue if WMM is active
This avoids extra latency caused by establishing an aggregation session and makes the initial connection attempt more reliable Signed-hostap: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
c34e618d47
commit
92d521d89c
1 changed files with 2 additions and 2 deletions
|
@ -6392,8 +6392,8 @@ static int wpa_driver_nl80211_hapd_send_eapol(
|
||||||
pos = (u8 *) (hdr + 1);
|
pos = (u8 *) (hdr + 1);
|
||||||
|
|
||||||
if (qos) {
|
if (qos) {
|
||||||
/* add an empty QoS header if needed */
|
/* Set highest priority in QoS header */
|
||||||
pos[0] = 0;
|
pos[0] = 7;
|
||||||
pos[1] = 0;
|
pos[1] = 0;
|
||||||
pos += 2;
|
pos += 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue