staging: r8188eu: don't set pattrib->ta again
authorMartin Kaiser <martin@kaiser.cx>
Mon, 4 Jul 2022 20:16:52 +0000 (22:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 12:27:46 +0000 (14:27 +0200)
commit6afc29cb469678a7d8397acb83711beb1c12661e
tree69c713f00927e27ebc08802784e4fa7063879fdf
parentff2833e3f8c842b9328306009579aeeea1a0a310
staging: r8188eu: don't set pattrib->ta again

The table in ieee80211.h shows that TA is addr2. This value was already
set by validate_recv_data_frame, we don't have to set it again in
ap2sta_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-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c