mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 22:15:21 +02:00
14 lines
323 B
Diff
14 lines
323 B
Diff
|
--- a/src/drivers/driver_nl80211.c
|
||
|
+++ b/src/drivers/driver_nl80211.c
|
||
|
@@ -4413,8 +4413,8 @@ static int wpa_driver_nl80211_hapd_send_
|
||
|
pos = (u8 *) (hdr + 1);
|
||
|
|
||
|
if (qos) {
|
||
|
- /* add an empty QoS header if needed */
|
||
|
- pos[0] = 0;
|
||
|
+ /* Set highest priority in QoS header */
|
||
|
+ pos[0] = 7;
|
||
|
pos[1] = 0;
|
||
|
pos += 2;
|
||
|
}
|