Commit bb1ede84 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: Remove unused struct pri_cca

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 761b6031
...@@ -158,14 +158,6 @@ struct false_alarm_stats { ...@@ -158,14 +158,6 @@ struct false_alarm_stats {
u32 Cnt_BW_LSC; /* Gary */ 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 { struct rx_hp {
u8 RXHP_flag; u8 RXHP_flag;
u8 PSD_func_trigger; u8 PSD_func_trigger;
...@@ -658,7 +650,6 @@ struct dm_odm_t { ...@@ -658,7 +650,6 @@ struct dm_odm_t {
/* */ /* */
struct dig_t DM_DigTable; struct dig_t DM_DigTable;
struct dynamic_pwr_sav DM_PSTable; struct dynamic_pwr_sav DM_PSTable;
struct pri_cca DM_PriCCA;
struct rx_hp DM_RXHP_Table; struct rx_hp DM_RXHP_Table;
struct false_alarm_stats FalseAlmCnt; struct false_alarm_stats FalseAlmCnt;
struct false_alarm_stats FlaseAlmCntBuddyAdapter; struct false_alarm_stats FlaseAlmCntBuddyAdapter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment