aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2022-07-04 22:16:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-08 14:27:46 +0200
commitff2833e3f8c842b9328306009579aeeea1a0a310 (patch)
tree8ca252ac9f5e7ca40fa6e8d95b92f987f7b26d58 /tools/perf/scripts/python/libxed.py
parentd6d0a11dd5b52de3286be5fa2298b2d72f09828f (diff)
staging: r8188eu: don't set pattrib->ra again
Do not set pattrib->ra again in ap2sta_data_frame. This function is called by validate_recv_data_frame when the packet's ToDS==0 and FromDS==1. validate_recv_data_frame has already set pattrib->ra to addr1. This is in line with the table in ieee80211.h. ap2sta_data_frame sets pattrib->ra to pattrib->dst. For ToDS==0, FromDS==1, dst is addr1, i.e. ap2sta_data_frame sets the same value again that was already set by validate_recv_data_frame. Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220704201654.195574-4-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions