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

/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_mp.c729 u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; r8712_GetPhyRxPktReceived() local
732 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_OK_BIT); r8712_GetPhyRxPktReceived()
734 return OFDM_cnt + CCK_cnt + HT_cnt; r8712_GetPhyRxPktReceived()
739 u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; r8712_GetPhyRxPktCRC32Error() local
742 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_FAIL_BIT); r8712_GetPhyRxPktCRC32Error()
744 return OFDM_cnt + CCK_cnt + HT_cnt; r8712_GetPhyRxPktCRC32Error()

Completed in 41 milliseconds