Searched refs:pMeasureReqTab (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 Dspectrum.c402 pAd->CommonCfg.pMeasureReqTab =
404 if (pAd->CommonCfg.pMeasureReqTab)
405 NdisZeroMemory(pAd->CommonCfg.pMeasureReqTab,
409 ("%s Fail to alloc memory for pAd->CommonCfg.pMeasureReqTab.\n",
419 if (pAd->CommonCfg.pMeasureReqTab)
420 kfree(pAd->CommonCfg.pMeasureReqTab);
421 pAd->CommonCfg.pMeasureReqTab = NULL;
429 struct rt_measure_req_tab *pTab = pAd->CommonCfg.pMeasureReqTab;
435 ("%s: pMeasureReqTab doesn't exist.\n", __func__));
462 struct rt_measure_req_tab *pTab = pAd->CommonCfg.pMeasureReqTab;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1319 struct rt_measure_req_tab *pMeasureReqTab; member in struct:rt_common_config

Completed in 111 milliseconds