Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dcard.c392 PWLAN_IE_SUPP_RATES pSupportRates = (PWLAN_IE_SUPP_RATES) pvSupportRateIEs; in CARDbSetPhyParameter() local
397 if (pSupportRates == NULL) in CARDbSetPhyParameter()
398 pSupportRates = (PWLAN_IE_SUPP_RATES) abyDefaultSuppRatesA; in CARDbSetPhyParameter()
427 if (pSupportRates == NULL) in CARDbSetPhyParameter()
428 pSupportRates = (PWLAN_IE_SUPP_RATES) abyDefaultSuppRatesB; in CARDbSetPhyParameter()
453 if (pSupportRates == NULL) { in CARDbSetPhyParameter()
454 pSupportRates = (PWLAN_IE_SUPP_RATES) abyDefaultSuppRatesG; in CARDbSetPhyParameter()
483 if (VNTWIFIbyGetMaxSupportRate(pSupportRates, pExtSupportRates) > RATE_11M) in CARDbSetPhyParameter()
546 s_vSetRSPINF(pDevice, ePHYType, pSupportRates, pExtSupportRates); in CARDbSetPhyParameter()