diff options
author | Bitterblue Smith <[email protected]> | 2022-08-31 19:12:36 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-09-07 11:02:07 +0300 |
commit | edd5747aa12ed61a5ecbfa58d3908623fddbf1e8 (patch) | |
tree | 2963ad9840a3bf80a7384915f78ec751bcfa0fbf /tools/perf/scripts/python | |
parent | e56a770883b2f5eaf2d99620e5574dc0d2d6f11e (diff) |
wifi: rtl8xxxu: Fix skb misuse in TX queue selection
rtl8xxxu_queue_select() selects the wrong TX queues because it's
reading memory from the wrong address. It expects to find ieee80211_hdr
at skb->data, but that's not the case after skb_push(). Move the call
to rtl8xxxu_queue_select() before the call to skb_push().
Fixes: 26f1fad29ad9 ("New driver: rtl8xxxu (mac80211)")
Signed-off-by: Bitterblue Smith <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions