Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c255 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
297 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
345 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()
346 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
348 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
349 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
350 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
352 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
354 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
355 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c254 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
286 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
348 if (UndecoratedSmoothedCCK <= 0) /* initialize */ in odm_Process_RSSIForDM()
349 UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11; in odm_Process_RSSIForDM()
351 if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
352 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
353 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
355 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
357 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
358 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c1404 pEntry->rssi_stat.UndecoratedSmoothedCCK = -1; in phydm_reset_rssi_for_dm()
1442 …s4Byte UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave, CCK_p… in odm_Process_RSSIForDM() local
1520 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
1649 if(UndecoratedSmoothedCCK <= 0) // initialize in odm_Process_RSSIForDM()
1651 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
1654 …CE(pDM_Odm, ODM_COMP_RSSI_MONITOR, ODM_DBG_LOUD, ("CCK_INIT: (( %d ))\n", UndecoratedSmoothedCCK)); in odm_Process_RSSIForDM()
1658 UndecoratedSmoothedCCK = pEntry->rssi_stat.CCK_sum_power/pEntry->rssi_stat.CCK_pkt; in odm_Process_RSSIForDM()
1661 UndecoratedSmoothedCCK, pEntry->rssi_stat.CCK_sum_power, pEntry->rssi_stat.CCK_pkt)); in odm_Process_RSSIForDM()
1665 if(pPhyInfo->RxPWDBAll > (u4Byte)UndecoratedSmoothedCCK) in odm_Process_RSSIForDM()
1667 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c1633 s4Byte UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
1709 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
1832 if(UndecoratedSmoothedCCK <= 0) // initialize in odm_Process_RSSIForDM()
1834 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
1838 if(pPhyInfo->RxPWDBAll > (u4Byte)UndecoratedSmoothedCCK) in odm_Process_RSSIForDM()
1840 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
1841 ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
1843 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
1847 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
1848 ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c1621 s4Byte UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
1699 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
1822 if(UndecoratedSmoothedCCK <= 0) // initialize in odm_Process_RSSIForDM()
1824 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
1828 if(pPhyInfo->RxPWDBAll > (u4Byte)UndecoratedSmoothedCCK) in odm_Process_RSSIForDM()
1830 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
1831 ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
1833 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
1837 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
1838 ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtl8188e_dm.h22 int UndecoratedSmoothedCCK; member
H A Dsta_info.h38 s32 UndecoratedSmoothedCCK; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_data.h103 int UndecoratedSmoothedCCK; member
H A Dsta_info.h36 s32 UndecoratedSmoothedCCK; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dsta_info.h69 s32 UndecoratedSmoothedCCK; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c242 psta->rssi_stat.UndecoratedSmoothedCCK = -1; in rtw_alloc_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dsta_info.h69 s32 UndecoratedSmoothedCCK; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dsta_info.h71 s32 UndecoratedSmoothedCCK; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c289 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_sta_mgt.c428 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_sta_mgt.c555 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_sta_mgt.c564 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()