staging: r8188eu: set bssid only once
authorMartin Kaiser <martin@kaiser.cx>
Mon, 4 Jul 2022 20:16:49 +0000 (22:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 12:27:46 +0000 (14:27 +0200)
commitc45f5c02a00a636311045a5efef58a60501a862b
treeaa92b68d021d8a10f747f0ae5c63022f98355392
parenta3e20d9046fcb087c621a2914e1d016eb20f5ab3
staging: r8188eu: set bssid only once

In function ap2sta_data_frame, for WIFI_MP_STATE && _FW_LINKED, the code
sets pattrib->bssid twice. Remove the first one of these assignments.
Remove an empty comment before the second assignment.

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-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c