Home
last modified time | relevance | path

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

/drivers/staging/rtl8187se/
Dr8180.h645 u8 CurrTxRate; //the rate before up member
Dr8180_core.c4303 priv->CurrTxRate=0;
/drivers/staging/rt2860/
Doid.h776 ULONG CurrTxRate; // in units of 0.5Mbps member
Drtmp.h2350 UCHAR CurrTxRate; member
2466 UCHAR CurrTxRate; member
Dsta_ioctl.c4757 … pLinkStatus->CurrTxRate = RateIdTo500Kbps[pAdapter->CommonCfg.TxRate]; // unit : 500 kbps in RTMPQueryInformation()
/drivers/staging/rt2870/
Doid.h796 ULONG CurrTxRate; // in units of 0.5Mbps member
Drtmp.h2349 UCHAR CurrTxRate; member
2471 UCHAR CurrTxRate; member
Dsta_ioctl.c4838 … pLinkStatus->CurrTxRate = RateIdTo500Kbps[pAdapter->CommonCfg.TxRate]; // unit : 500 kbps in RTMPQueryInformation()
Dtmp604807 … pLinkStatus->CurrTxRate = RateIdTo500Kbps[pAdapter->CommonCfg.TxRate]; // unit : 500 kbps
Dtmp614807 … pLinkStatus->CurrTxRate = RateIdTo500Kbps[pAdapter->CommonCfg.TxRate]; // unit : 500 kbps
/drivers/staging/rt2870/sta/
Ddls.c452 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsReqAction()
764 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsRspAction()
983 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsRspAction()
Drtmp_data.c988 Rate = pAd->MacTab.Content[tmpWcid].CurrTxRate; in STASendPacket()
Dassoc.c1982 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in StaAddMacTableEntry()
/drivers/staging/rt2860/sta/
Ddls.c452 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsReqAction()
764 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsRspAction()
983 pEntry->CurrTxRate = pEntry->MaxSupportedRate; in PeerDlsRspAction()
Drtmp_data.c985 Rate = pAd->MacTab.Content[tmpWcid].CurrTxRate; in STASendPacket()
/drivers/staging/rt2870/common/
Dcmm_data.c1802 pEntry->CurrTxRate = RATE_11; in MacTableInsertEntry()
Dcmm_info.c2358 sprintf(msg+strlen(msg),"%-6d",RateIdToMbps[pAd->MacTab.Content[i].CurrTxRate]); in RTMPIoctlGetMacTable()
Dmlme.c6575 pEntry->CurrTxRate = pAd->CommonCfg.MlmeRate; in AsicSetMcastWC()
/drivers/staging/rt2860/common/
Dcmm_data.c2573 pEntry->CurrTxRate = RATE_11; in MacTableInsertEntry()
Dcmm_info.c2066 sprintf(msg+strlen(msg),"%-6d",RateIdToMbps[pAd->MacTab.Content[i].CurrTxRate]); in RTMPIoctlGetMacTable()
Dmlme.c6541 pEntry->CurrTxRate = pAd->CommonCfg.MlmeRate; in AsicSetMcastWC()