Home
last modified time | relevance | path

Searched refs:UndecoratedSmoothedCCK (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/staging/r8188eu/hal/
Dodm_HWConfig.c219 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
250 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
298 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()
299 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
301 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
302 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
303 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
305 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
307 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
308 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c254 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
286 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
346 if (UndecoratedSmoothedCCK <= 0) /* initialize */ in odm_Process_RSSIForDM()
347 UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11; in odm_Process_RSSIForDM()
349 if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
350 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
351 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
353 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
355 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
356 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Dsta_info.h35 s32 UndecoratedSmoothedCCK; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dhal_data.h89 int UndecoratedSmoothedCCK; member
Dsta_info.h36 s32 UndecoratedSmoothedCCK; member
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_sta_mgt.c233 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c257 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()