staging: rtl8723au: Remove unused struct rx_hp
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dae7f15e53
commit
c2073f3b0d
@ -158,19 +158,6 @@ struct false_alarm_stats {
|
||||
u32 Cnt_BW_LSC; /* Gary */
|
||||
};
|
||||
|
||||
struct rx_hp {
|
||||
u8 RXHP_flag;
|
||||
u8 PSD_func_trigger;
|
||||
u8 PSD_bitmap_RXHP[80];
|
||||
u8 Pre_IGI;
|
||||
u8 Cur_IGI;
|
||||
u8 Pre_pw_th;
|
||||
u8 Cur_pw_th;
|
||||
bool First_time_enter;
|
||||
bool RXHP_enable;
|
||||
u8 TP_Mode;
|
||||
};
|
||||
|
||||
#define ASSOCIATE_ENTRY_NUM 32 /* Max size of AsocEntry[]. */
|
||||
#define ODM_ASSOCIATE_ENTRY_NUM ASSOCIATE_ENTRY_NUM
|
||||
|
||||
@ -649,7 +636,6 @@ struct dm_odm_t {
|
||||
/* */
|
||||
struct dig_t DM_DigTable;
|
||||
struct dynamic_pwr_sav DM_PSTable;
|
||||
struct rx_hp DM_RXHP_Table;
|
||||
struct false_alarm_stats FalseAlmCnt;
|
||||
struct false_alarm_stats FlaseAlmCntBuddyAdapter;
|
||||
struct sw_ant_sw DM_SWAT_Table;
|
||||
|
Loading…
Reference in New Issue
Block a user