diff options
author | Bitterblue Smith <rtl8821cerfe2@gmail.com> | 2022-08-31 19:12:36 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-09-07 11:02:07 +0300 |
commit | edd5747aa12ed61a5ecbfa58d3908623fddbf1e8 (patch) | |
tree | 2963ad9840a3bf80a7384915f78ec751bcfa0fbf /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e56a770883b2f5eaf2d99620e5574dc0d2d6f11e (diff) | |
download | linux-edd5747aa12ed61a5ecbfa58d3908623fddbf1e8.tar.xz |
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 <rtl8821cerfe2@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/7fa4819a-4f20-b2af-b7a6-8ee01ac49295@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions