staging: r8188eu: remove unnecessary initializations
authorMartin Kaiser <martin@kaiser.cx>
Tue, 15 Mar 2022 20:50:36 +0000 (21:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Mar 2022 14:09:22 +0000 (15:09 +0100)
commita39a6b330be423897cc1a69c57ee45d5fd3f6aa8
treea1753b45c2c223b4cb64c4854e2869cf3c79b05d
parent02d838dec8a0401bebe266f3e7af11b73c4f5b10
staging: r8188eu: remove unnecessary initializations

Do not initialise bPacketMatchBSSID, bPacketToSelf and bPacketBeacon to
false at the start of update_recvframe_phyinfo_88e. All of them are set to
their actual values before they're used.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220315205041.2714168-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c