Searched refs:UndecoratedSmoothedCCK (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; local
303 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK;
351 if (UndecoratedSmoothedCCK <= 0) {
353 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll;
355 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) {
356 UndecoratedSmoothedCCK =
357 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) +
359 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK
[all...]
/drivers/staging/rtl8188eu/hal/
H A Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; local
323 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK;
371 if (UndecoratedSmoothedCCK <= 0) { /* initialize */
372 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll;
374 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) {
375 UndecoratedSmoothedCCK =
376 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) +
378 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK
[all...]
/drivers/staging/rtl8188eu/include/
H A Drtl8188e_dm.h40 int UndecoratedSmoothedCCK; member in struct:dm_priv
H A Dsta_info.h51 s32 UndecoratedSmoothedCCK; member in struct:rssi_sta
/drivers/staging/rtl8723au/include/
H A Drtl8723a_dm.h46 int UndecoratedSmoothedCCK; member in struct:dm_priv
H A Dsta_info.h47 s32 UndecoratedSmoothedCCK; member in struct:rssi_sta
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c187 psta->rssi_stat.UndecoratedSmoothedCCK = (-1);
/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c285 psta->rssi_stat.UndecoratedSmoothedCCK = (-1);

Completed in 103 milliseconds