Commit c2073f3b authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused struct rx_hp

parent dae7f15e
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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;