Lines Matching defs:rtl8xxxu_ra_info
1728 struct rtl8xxxu_ra_info { struct
1729 u8 rate_id;
1730 u32 rate_mask;
1731 u32 ra_use_rate;
1732 u8 rate_sgi;
1733 u8 rssi_sta_ra; /* Percentage */
1734 u8 pre_rssi_sta_ra;
1735 u8 sgi_enable;
1736 u8 decision_rate;
1737 u8 pre_rate;
1738 u8 highest_rate;
1739 u8 lowest_rate;
1740 u32 nsc_up;
1741 u32 nsc_down;
1742 u32 total;
1743 u16 retry[5];
1744 u16 drop;
1745 u16 rpt_time;
1746 u16 pre_min_rpt_time;
1747 u8 dynamic_tx_rpt_timing_counter;
1748 u8 ra_waiting_counter;
1749 u8 ra_pending_counter;
1750 u8 ra_drop_after_down;
1751 u8 pt_try_state; /* 0 trying state, 1 for decision state */
1752 u8 pt_stage; /* 0~6 */
1753 u8 pt_stop_count; /* Stop PT counter */
1754 u8 pt_pre_rate; /* if rate change do PT */
1755 u8 pt_pre_rssi; /* if RSSI change 5% do PT */
1756 u8 pt_mode_ss; /* decide which rate should do PT */
1757 u8 ra_stage; /* StageRA, decide how many times RA will be done between PT */
1758 u8 pt_smooth_factor;