Mac: Increase beacon frame tx attempts (#1618)

This commit changes/increases the max attempts for a beacon frame to
`kDirectFrameMacTxAttempts` (direct frame tx attempts).
This commit is contained in:
Abtin Keshavarzian
2017-04-18 12:47:01 -07:00
committed by Jonathan Hui
parent 7372571276
commit 2f1ebdf40c
+1 -1
View File
@@ -759,7 +759,7 @@ void Mac::HandleBeginTransmit(void)
sendFrame.SetChannel(mChannel);
SendBeacon(sendFrame);
sendFrame.SetSequence(mBeaconSequence++);
sendFrame.SetMaxTxAttempts(kIndirectFrameMacTxAttempts);
sendFrame.SetMaxTxAttempts(kDirectFrameMacTxAttempts);
break;
case kStateTransmitData: