Searched refs:ShortGI (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Doid.h560 /* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
565 u16 ShortGI:1; member in struct:_HTTRANSMIT_SETTING::__anon15723
617 /* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
622 u16 ShortGI:1; member in struct:_MACHTTRANSMIT_SETTING::__anon15724
H A Dmlme.h981 u8 ShortGI:1; member in struct:rt_rtmp_tx_rate_switch
H A Drt_linux.c874 ((u8)pRxBlk->pRxWI->ShortGI * 32) +
H A Dsta_ioctl.c2358 /* rate_index = 12 + ((u8)ht_setting.field.BW *16) + ((u8)ht_setting.field.ShortGI *32) + ((u8)ht_setting.field.MCS); */
2361 ((u8)ht_setting.field.ShortGI * 48) +
H A Drtmp.h1097 u32 ShortGI:1; member in struct:_REG_TRANSMIT_SETTING::__anon15727
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c1723 pAd->StaCfg.HTPhyMode.field.ShortGI = GI_800;
1730 pEntry->HTPhyMode.field.ShortGI =
1731 pAd->StaCfg.HTPhyMode.field.ShortGI;
1740 if (pTxRate->ShortGI
1741 && (pAd->StaCfg.MaxHTPhyMode.field.ShortGI))
1742 pAd->StaCfg.HTPhyMode.field.ShortGI = GI_400;
1744 pAd->StaCfg.HTPhyMode.field.ShortGI = GI_800;
1747 if (pAd->StaCfg.HTPhyMode.field.ShortGI == GI_400) {
1752 pAd->StaCfg.HTPhyMode.field.ShortGI = GI_800;
1757 pAd->StaCfg.HTPhyMode.field.ShortGI
[all...]
H A Dcmm_data.c1017 pTxWI->ShortGI = pTransmit->field.ShortGI;
1107 pTxWI->ShortGI = pTransmit->field.ShortGI;
1161 pTxWI->ShortGI = pTransmit->field.ShortGI;
H A Dcmm_info.c932 SetHT.SHORTGI = (u8)pAd->CommonCfg.RegTransmitSetting.field.ShortGI;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h72 u32 ShortGI:1; member in struct:rt_txwi
109 u32 ShortGI:1; member in struct:rt_rxwi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1474 pEntry->MaxHTPhyMode.field.ShortGI =
1480 pEntry->MaxHTPhyMode.field.ShortGI =
1513 pEntry->MaxHTPhyMode.field.ShortGI = 0;
H A Drtmp_data.c557 (pRxWI->ShortGI << 8) + (pRxWI->PHYMODE << 14));
H A Dconnect.c1716 pEntry->HTPhyMode.field.ShortGI = GI_800;

Completed in 306 milliseconds