OSDN Git Service

Staging: rtl8723bs: remove useless structs in rtl8723b_recv.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:08 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
Remove the following unreferenced struct in include/rtl8723b_recv.h:

struct phystatus_8723b

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-11-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtl8723b_recv.h

index 60a1df7..a108ce8 100644 (file)
@@ -81,50 +81,6 @@ struct rxreport_8723b {
        u32 tsfl;
 };
 
-struct phystatus_8723b {
-       u32 rxgain_a:7;
-       u32 trsw_a:1;
-       u32 rxgain_b:7;
-       u32 trsw_b:1;
-       u32 chcorr_l:16;
-
-       u32 sigqualcck:8;
-       u32 cfo_a:8;
-       u32 cfo_b:8;
-       u32 chcorr_h:8;
-
-       u32 noisepwrdb_h:8;
-       u32 cfo_tail_a:8;
-       u32 cfo_tail_b:8;
-       u32 rsvd0824:8;
-
-       u32 rsvd1200:8;
-       u32 rxevm_a:8;
-       u32 rxevm_b:8;
-       u32 rxsnr_a:8;
-
-       u32 rxsnr_b:8;
-       u32 noisepwrdb_l:8;
-       u32 rsvd1616:8;
-       u32 postsnr_a:8;
-
-       u32 postsnr_b:8;
-       u32 csi_a:8;
-       u32 csi_b:8;
-       u32 targetcsi_a:8;
-
-       u32 targetcsi_b:8;
-       u32 sigevm:8;
-       u32 maxexpwr:8;
-       u32 exintflag:1;
-       u32 sgien:1;
-       u32 rxsc:2;
-       u32 idlelong:1;
-       u32 anttrainen:1;
-       u32 antselb:1;
-       u32 antsel:1;
-};
-
 s32 rtl8723bs_init_recv_priv(struct adapter *padapter);
 void rtl8723bs_free_recv_priv(struct adapter *padapter);