Searched defs:odm_rate_adaptive (Results 1 – 1 of 1) sorted by relevance
178 struct odm_rate_adaptive { struct179 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */180 u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */181 bool bUseLdpc;182 bool bLowerRtsRate;183 u8 HighRSSIThresh; /* if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH */184 u8 LowRSSIThresh; /* if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW */185 u8 RATRState; /* Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW */