remove empty if-block

Signed-off-by: Fabio Aiuto <[email protected]>
---
 drivers/staging/rtl8723bs/core/rtw_recv.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c 
b/drivers/staging/rtl8723bs/core/rtw_recv.c
index 5eb9914c48fc..fdba5cb74452 100644
--- a/drivers/staging/rtl8723bs/core/rtw_recv.c
+++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
@@ -535,9 +535,6 @@ static union recv_frame *portctrl(struct adapter *adapter, 
union recv_frame *pre
                        /* allowed */
                        /* check decryption status, and decrypt the frame if 
needed */
 
-                       if (pattrib->bdecrypted == 0)
-                               ;
-
                        prtnframe = precv_frame;
                        /* check is the EAPOL frame or not (Rekey) */
                        /* if (ether_type == eapol_type) { */
-- 
2.20.1

Reply via email to