Searched refs:bcn_idx (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/rt2860/common/
H A Dcmm_mac_usb.c781 u8 bcn_idx = 0; local
799 RTMP_IO_WRITE32(pAd, pAd->BeaconOffset[bcn_idx] + i,
803 (~(BEACON_BITMAP_MASK & (1 << bcn_idx)));
804 NdisZeroMemory(pBeaconSync->BeaconTxWI[bcn_idx], TXWI_SIZE);
807 if (NdisEqualMemory(pBeaconSync->BeaconTxWI[bcn_idx], &pAd->BeaconTxWI, TXWI_SIZE) == FALSE) { /* If BeaconTxWI changed, we need to rewrite the TxWI for the Beacon frames. */
809 (~(BEACON_BITMAP_MASK & (1 << bcn_idx)));
810 NdisMoveMemory(pBeaconSync->BeaconTxWI[bcn_idx],
814 if ((pBeaconSync->BeaconBitMap & (1 << bcn_idx)) !=
815 (1 << bcn_idx)) {
822 pAd->BeaconOffset[bcn_idx]
[all...]
H A Dcmm_mac_pci.c805 u8 bcn_idx = 0; local
821 RTMP_IO_WRITE32(pAd, pAd->BeaconOffset[bcn_idx] + i,
830 RTMP_IO_WRITE32(pAd, pAd->BeaconOffset[bcn_idx] + i,
838 pAd->BeaconOffset[bcn_idx] + TXWI_SIZE +
846 pAd->BeaconOffset[bcn_idx] +

Completed in 72 milliseconds