| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | odm_hwconfig.c | 255 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 D | odm_HWConfig.c | 254 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 D | phydm_hwconfig.c | 1404 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 D | phydm_hwconfig.c | 1633 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 D | phydm_hwconfig.c | 1621 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 D | rtl8188e_dm.h | 22 int UndecoratedSmoothedCCK; member
|
| H A D | sta_info.h | 38 s32 UndecoratedSmoothedCCK; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | hal_data.h | 103 int UndecoratedSmoothedCCK; member
|
| H A D | sta_info.h | 36 s32 UndecoratedSmoothedCCK; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | sta_info.h | 69 s32 UndecoratedSmoothedCCK; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_sta_mgt.c | 242 psta->rssi_stat.UndecoratedSmoothedCCK = -1; in rtw_alloc_stainfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | sta_info.h | 69 s32 UndecoratedSmoothedCCK; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | sta_info.h | 71 s32 UndecoratedSmoothedCCK; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_sta_mgt.c | 289 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_sta_mgt.c | 428 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_sta_mgt.c | 555 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_sta_mgt.c | 564 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
|