|
Lines 1526-1532
MinstrelHtWifiManager::RateInit (MinstrelHtWifiRemoteStation *station)
|
Link Here
|
|---|
|
| 1526 |
NS_LOG_DEBUG ("Group " << groupId << ": (" << (uint16_t)m_minstrelGroups[groupId].streams << |
1526 |
NS_LOG_DEBUG ("Group " << groupId << ": (" << (uint16_t)m_minstrelGroups[groupId].streams << |
| 1527 |
"," << (uint16_t)m_minstrelGroups[groupId].sgi << "," << (uint16_t)m_minstrelGroups[groupId].chWidth << ")"); |
1527 |
"," << (uint16_t)m_minstrelGroups[groupId].sgi << "," << (uint16_t)m_minstrelGroups[groupId].chWidth << ")"); |
| 1528 |
|
1528 |
|
| 1529 |
station->m_groupsTable[groupId].m_supported = true; ///Group supported. |
|
|
| 1530 |
station->m_groupsTable[groupId].m_col = 0; |
1529 |
station->m_groupsTable[groupId].m_col = 0; |
| 1531 |
station->m_groupsTable[groupId].m_index = 0; |
1530 |
station->m_groupsTable[groupId].m_index = 0; |
| 1532 |
|
1531 |
|
|
Lines 1557-1562
MinstrelHtWifiManager::RateInit (MinstrelHtWifiRemoteStation *station)
|
Link Here
|
|---|
|
| 1557 |
{ |
1556 |
{ |
| 1558 |
NS_LOG_DEBUG ("Mode " << i << ": " << mode << " isVht: " << m_minstrelGroups[groupId].isVht); |
1557 |
NS_LOG_DEBUG ("Mode " << i << ": " << mode << " isVht: " << m_minstrelGroups[groupId].isVht); |
| 1559 |
|
1558 |
|
|
|
1559 |
station->m_groupsTable[groupId].m_supported = true; ///Group supported. Must be set here to ensure that group is supported with at least one MCS. |
| 1560 |
|
| 1560 |
station->m_groupsTable[groupId].m_ratesTable[rateId].supported = true; |
1561 |
station->m_groupsTable[groupId].m_ratesTable[rateId].supported = true; |
| 1561 |
station->m_groupsTable[groupId].m_ratesTable[rateId].mcsIndex = i; ///Mapping between rateId and operationalMcsSet |
1562 |
station->m_groupsTable[groupId].m_ratesTable[rateId].mcsIndex = i; ///Mapping between rateId and operationalMcsSet |
| 1562 |
station->m_groupsTable[groupId].m_ratesTable[rateId].numRateAttempt = 0; |
1563 |
station->m_groupsTable[groupId].m_ratesTable[rateId].numRateAttempt = 0; |