Searched refs:pDesired_ht_phy (Results 1 - 1 of 1) 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_info.c653 struct rt_ht_phy_info *pDesired_ht_phy = NULL; local
659 pDesired_ht_phy = &pAd->StaCfg.DesiredHtPhyInfo;
667 if (pDesired_ht_phy == NULL) {
672 RTMPZeroMemory(pDesired_ht_phy, sizeof(struct rt_ht_phy_info));
692 pDesired_ht_phy->bHtEnable = TRUE;
698 pDesired_ht_phy->MCSSet[0] = 0xff;
699 pDesired_ht_phy->MCSSet[1] = 0x00;
701 pDesired_ht_phy->MCSSet[0] = 1 << DesiredMcs;
702 pDesired_ht_phy->MCSSet[1] = 0x00;
708 pDesired_ht_phy
[all...]

Completed in 47 milliseconds