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