Home
last modified time | relevance | path

Searched refs:FirstChannel (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/common/
Drt_channel.c1473 channel = pChDesp->FirstChannel + i * increment; in FillChList()
1487 pChDesp->FirstChannel + i * increment; in FillChList()
1513 if (pChDesp->FirstChannel == 0) in CreateChList()
1517 if (pChDesp->FirstChannel <= 14) in CreateChList()
1520 if (pChDesp->FirstChannel > 14) in CreateChList()
1526 if (pChDesp->FirstChannel > 14) in CreateChList()
1562 if (pChDesp->FirstChannel == 0) in BuildBeaconChList()
1566 if (pChDesp->FirstChannel <= 14) in BuildBeaconChList()
1569 if (pChDesp->FirstChannel > 14) in BuildBeaconChList()
1576 1, &pChDesp->FirstChannel, in BuildBeaconChList()
Dcmm_sync.c362 u8 FirstChannel(struct rt_rtmp_adapter *pAd) in FirstChannel() function
Dcmm_info.c335 pAd->CommonCfg.Channel = FirstChannel(pAd); in RTMPSetPhyMode()
/linux-2.6.39/drivers/staging/rt2860/
Dchlist.h53 u8 FirstChannel; member
Drtmp.h3310 u8 FirstChannel(struct rt_rtmp_adapter *pAd);
/linux-2.6.39/drivers/staging/rt2860/sta/
Dsync.c278 pAd->MlmeAux.Channel = FirstChannel(pAd); in MlmeScanReqAction()