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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c163 /* We need to reserve space for rtmp hardware header. i.e., TxWI for RT2860 and TxInfo+TxWI for RT2870 */
984 struct rt_txwi TxWI; local
995 NdisZeroMemory(&TxWI, TXWI_SIZE);
996 pTxWI = &TxWI;
1058 NdisMoveMemory(pOutTxWI, &TxWI, sizeof(struct rt_txwi));

Completed in 56 milliseconds