diff options
author | Ilan Peer <ilan.peer@intel.com> | 2025-03-06 13:25:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 15:02:20 +0300 |
commit | 52b0eb50f84f64493cc583211885dd54c537f8ce (patch) | |
tree | a99be28d1eaafa163bdba3d39592fb40181a519e /tools/perf/python/tracepoint.py | |
parent | 8031772e5a9d1895be9e1dbda473d17eab3a3b03 (diff) | |
download | linux-52b0eb50f84f64493cc583211885dd54c537f8ce.tar.xz |
wifi: iwlwifi: pcie: Fix TSO preparation
commit bbb18f7e23a3f5f56d5c8b4ee0f78f00edb3b1b2 upstream.
The allocation of the scatter gather data structure should be done
based on the number of memory chunks that need to be mapped, and it
is not dependent on the overall payload length. Fix it.
In addition, as the skb_to_sgvec() function returns an 'int' do not
assign it to an 'unsigned int' as otherwise the error check would be
useless.
Fixes: 7f5e3038f029 ("wifi: iwlwifi: map entire SKB when sending AMSDUs")
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250306122425.8c0e23a3d583.I3cb4d6768c9d28ce3da6cd0a6c65466176cfc1ee@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/python/tracepoint.py')
0 files changed, 0 insertions, 0 deletions