Home
last modified time | relevance | path

Searched refs:RxPWDBAll (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c173 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
180 if (pPhyInfo->RxPWDBAll > 40 && !dm_odm->bInHctTest) { in odm_RxPhyStatus92CSeries_Parsing()
237 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
310 pDM_FatTable->antSumRSSI[antsel_tr_mux] += pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
318 rtl88eu_dm_ant_sel_statistics(dm_odm, antsel_tr_mux, pPktinfo->StationID, pPhyInfo->RxPWDBAll); in odm_Process_RSSIForDM()
351 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
353 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
368 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
372 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
374 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Dodm_HWConfig.c176 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
237 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
331 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
333 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
347 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
352 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
354 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
357 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
362 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1582 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus()
1588 if (pstats->RxPWDBAll > 40) { in rtl8192_query_rxphystatus()
1636 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus()
1786 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in rtl8192_process_phyinfo()
1788 prev_st->RxPWDBAll; in rtl8192_process_phyinfo()
1792 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in rtl8192_process_phyinfo()
1794 if (prev_st->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
1795 prev_st->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
1800 prev_st->RxPWDBAll); in rtl8192_process_phyinfo()
1805 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in rtl8192_process_phyinfo()
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3798 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3807 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3808 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3812 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total/slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
3813 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
3814 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
3819 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3824 priv->undecorated_smoothed_pwdb = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3825 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
3828 (pprevious_stats->RxPWDBAll)) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_recv.h80 u8 RxPWDBAll; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_recv.h88 u8 RxPWDBAll; member
Dodm.h271 u8 RxPWDBAll; member
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h871 u32 RxPWDBAll; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h954 u32 RxPWDBAll; member