Searched refs:pBeaconSync (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.c777 struct rt_beacon_sync *pBeaconSync = pAd->CommonCfg.pBeaconSync; local
788 if (pBeaconSync == NULL) {
789 DBGPRINT(RT_DEBUG_ERROR, ("pBeaconSync is NULL!\n"));
802 pBeaconSync->BeaconBitMap &=
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. */
808 pBeaconSync->BeaconBitMap &=
810 NdisMoveMemory(pBeaconSync->BeaconTxWI[bcn_idx],
814 if ((pBeaconSync
854 struct rt_beacon_sync *pBeaconSync; local
889 struct rt_beacon_sync *pBeaconSync; local
934 struct rt_beacon_sync *pBeaconSync; local
959 struct rt_beacon_sync *pBeaconSync; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1311 struct rt_beacon_sync *pBeaconSync; member in struct:rt_common_config

Completed in 152 milliseconds