Home
last modified time | relevance | path

Searched refs:Rx_Smooth_Factor (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c328 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
329 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
333 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
334 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
351 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
352 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
356 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
357 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtl8192c_recv.h35 #define Rx_Smooth_Factor (20) macro