Home
last modified time | relevance | path

Searched defs:odm_rate_adaptive (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/rtl8723bs/hal/
Dodm.h179 struct odm_rate_adaptive { struct
180 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */
181 u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */
182 bool bUseLdpc;
183 bool bLowerRtsRate;
184 u8 HighRSSIThresh; /* if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH */
185 u8 LowRSSIThresh; /* if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW */
186 u8 RATRState; /* Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW */