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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c410 u8_t mpduInd; local
412 mpduInd = zmw_rx_buf_readb(dev, buf, zfwBufGetSize(dev, buf)-1);
415 if ((mpduInd & 0x30) == 0x00 || (mpduInd & 0x30) == 0x20)
475 u8_t modulation,mpduInd; local
481 mpduInd = zmw_rx_buf_readb(dev, buf, len-1);
512 if ((mpduInd & 0x30) == 0x00 || (mpduInd & 0x30) == 0x10) //single or last mpdu
565 u8_t mpduInd; local
637 mpduInd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dperformance.c265 u8_t mpduInd; local
272 mpduInd = zmw_rx_buf_readb(dev, buf, len-1);
274 if(((mpduInd & 0x30) == 0x00) || ((mpduInd & 0x30) == 0x20))
275 //if ((mpduInd & 0x10) == 0x00)

Completed in 55 milliseconds