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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c573 if (rxsp->status11 & AR_PostDelimCRCErr)
582 * subframe and the AR_PostDelimCRCErr is caught.
584 * (!(AR_CRCErr) && (AR_PostDelimCRCErr)) we cannot
593 * If we reach a point here where AR_PostDelimCRCErr is
600 * The AR_PostDelimCRCErr is the CRC for the MPDU
606 (rxsp->status11 & AR_PostDelimCRCErr)) {
H A Dmac.c658 if (ads.ds_rxstatus8 & AR_PostDelimCRCErr) {
700 if (ads.ds_rxstatus8 & AR_PostDelimCRCErr)
H A Dmac.h562 #define AR_PostDelimCRCErr 0x00040000 macro

Completed in 24 milliseconds