staging: rtl8723au: Remove unused struct pri_cca

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen
2015-03-02 15:24:56 -05:00
committed by Greg Kroah-Hartman
parent 761b6031a4
commit bb1ede84df

View File

@@ -158,14 +158,6 @@ struct false_alarm_stats {
u32 Cnt_BW_LSC; /* Gary */
};
struct pri_cca {
u8 PriCCA_flag;
u8 intf_flag;
u8 intf_type;
u8 DupRTS_flag;
u8 Monitor_flag;
};
struct rx_hp {
u8 RXHP_flag;
u8 PSD_func_trigger;
@@ -658,7 +650,6 @@ struct dm_odm_t {
/* */
struct dig_t DM_DigTable;
struct dynamic_pwr_sav DM_PSTable;
struct pri_cca DM_PriCCA;
struct rx_hp DM_RXHP_Table;
struct false_alarm_stats FalseAlmCnt;
struct false_alarm_stats FlaseAlmCntBuddyAdapter;