Searched refs:MCS (Results 1 - 25 of 171) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_info.c60 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
65 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
70 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
75 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
80 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
85 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
90 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
95 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
108 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS =
120 pAdapter->StaCfg.DesiredTransmitSetting.field.MCS
[all...]
H A Dcmm_data.c424 (u8)pAd->CommonCfg.MlmeTransmit.field.MCS,
432 pMacEntry->MaxHTPhyMode.field.MCS, 0,
433 (u8)pMacEntry->MaxHTPhyMode.field.MCS,
630 if ((RTMP_GET_PACKET_LOWRATE(pPacket)) || ((pAd->OpMode == OPMODE_AP) && (pMacEntry->MaxHTPhyMode.field.MODE == MODE_CCK) && (pMacEntry->MaxHTPhyMode.field.MCS == RATE_1))) { /* Specific packet, i.e., bDHCPFrame, bEAPOLFrame, bWAIFrame, need force low rate. */
1029 pTxWI->MCS = pTransmit->field.MCS;
1036 && (pTransmit->field.MCS > 7)) {
1042 && pTransmit->field.MCS > 7) {
1043 pTxWI->MCS = 7;
1057 pTxWI->PacketId = pTxWI->MCS;
[all...]
H A Dmlme.c55 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
92 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
101 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
116 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
129 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
146 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
165 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
181 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
197 /* Item No. Mode Curr-MCS TrainUp TrainDown // Mode- Bit0: STBC, Bit1: Short GI, Bit4,5: Mode(0:CCK, 1:OFDM, 2:HT Mix, 3:HT GF) */
213 /* Item No. Mode Curr-MCS TrainU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_HTProc.c149 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMCS Rate Set = [%x][%x][%x][%x][%x]\n", pCapELE->MCS[0],\
150 pCapELE->MCS[1], pCapELE->MCS[2], pCapELE->MCS[3], pCapELE->MCS[4]);
215 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tBasic MCS Rate Set = [%x][%x][%x][%x][%x]\n", pHTInfoEle->BasicMSC[0],\
666 //Supported MCS set
667 memcpy(pCapELE->MCS, ieee->Regdot11HTOperationalRateSet, 16);
669 pCapELE->MCS[1] &= 0x7f;
672 pCapELE->MCS[
[all...]
H A Drtl819x_HT.h26 // There should be 128 bits to cover all of the MCS rates. However, since
167 //Supported MCS set
168 u8 MCS[16]; member in struct:_HT_CAPABILITY_ELE
438 // MCS Bw 40 {1~7, 12~15,32}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c148 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMCS Rate Set = [%x][%x][%x][%x][%x]\n", pCapELE->MCS[0],\
149 pCapELE->MCS[1], pCapELE->MCS[2], pCapELE->MCS[3], pCapELE->MCS[4]);
214 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tBasic MCS Rate Set = [%x][%x][%x][%x][%x]\n", pHTInfoEle->BasicMSC[0],\
615 //Supported MCS set
616 memcpy(pCapELE->MCS, ieee->Regdot11HTOperationalRateSet, 16);
618 pCapELE->MCS[1] &= 0x7f;
621 pCapELE->MCS[
[all...]
H A Drtl819x_HT.h26 // There should be 128 bits to cover all of the MCS rates. However, since
167 //Supported MCS set
168 u8 MCS[16]; member in struct:_HT_CAPABILITY_ELE
438 // MCS Bw 40 {1~7, 12~15,32}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_HTProc.c151 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tMCS Rate Set = [%x][%x][%x][%x][%x]\n", pCapELE->MCS[0],\
152 pCapELE->MCS[1], pCapELE->MCS[2], pCapELE->MCS[3], pCapELE->MCS[4]);
217 IEEE80211_DEBUG(IEEE80211_DL_HT, "\tBasic MCS Rate Set = [%x][%x][%x][%x][%x]\n", pHTInfoEle->BasicMSC[0],\
823 //Supported MCS set
824 memcpy(pCapELE->MCS, ieee->Regdot11HTOperationalRateSet, 16);
826 pCapELE->MCS[1] &= 0x7f;
829 pCapELE->MCS[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c107 /* MCS : Bit[24~18] */
285 /* Set bits[8:6]BF-MCS for heavy clip */
433 u32_t MCS = 0; local
438 MCS = 0x4;
441 MCS = 0x5;
444 MCS = 0x6;
447 MCS = 0x7;
450 MCS = 0x8;
453 MCS = 0x9;
456 MCS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1422 pEntry->MaxHTPhyMode.field.MCS =
1425 pEntry->MinHTPhyMode.field.MCS =
1428 pEntry->HTPhyMode.field.MCS = pEntry->MaxSupportedRate;
1431 pEntry->MaxHTPhyMode.field.MCS =
1434 pEntry->MinHTPhyMode.field.MCS =
1437 pEntry->HTPhyMode.field.MCS =
1500 pEntry->MaxHTPhyMode.field.MCS = i;
1507 if (pAd->StaCfg.DesiredTransmitSetting.field.MCS != MCS_AUTO) {
1508 if (pAd->StaCfg.DesiredTransmitSetting.field.MCS == 32) {
1509 /* Fix MCS a
[all...]
/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! */
563 u16 MCS:7; /* MCS */ member in struct:_HTTRANSMIT_SETTING::__anon15723
617 /* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
620 u16 MCS:7; /* MCS */ member in struct:_MACHTTRANSMIT_SETTING::__anon15724
739 u8 MCS; member in struct:rt_oid_set_ht_phymode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A DMakefile.in249 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-discover-standalone/
H A DMakefile.in228 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A DMakefile.in217 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A DMakefile.in239 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A DMakefile.in231 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A DMakefile.in226 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_HTType.h27 // There should be 128 bits to cover all of the MCS rates. However, since
135 //Supported MCS set
136 u8 MCS[16]; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_HTType.h27 // There should be 128 bits to cover all of the MCS rates. However, since
135 //Supported MCS set
136 u8 MCS[16]; member in struct:_HT_CAPABILITY_ELE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi/
H A DMakefile.in200 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/common/
H A DMakefile.in185 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/archlinux/
H A DMakefile.in189 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/darwin/
H A DMakefile.in189 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/debian/
H A DMakefile.in189 MCS = @MCS@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/fedora/
H A DMakefile.in189 MCS = @MCS@

Completed in 243 milliseconds

1234567