We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c506a commit 2b8d2e1Copy full SHA for 2b8d2e1
source/MAC/IEEE802_15_4/mac_mcps_sap.c
@@ -1458,12 +1458,6 @@ static void mac_common_data_confirmation_handle(protocol_interface_rf_mac_setup_
1458
} else if (m_event == MAC_TX_DONE_PENDING) {
1459
buf->status = MLME_SUCCESS;
1460
} else if (m_event == MAC_TX_TIMEOUT) {
1461
- /* Make MAC Soft Reset */;
1462
- tr_debug("Driver TO event");
1463
- //Disable allways
1464
- mac_mlme_mac_radio_disabled(rf_mac_setup);
1465
- //Enable Radio
1466
- mac_mlme_mac_radio_enable(rf_mac_setup);
1467
buf->status = MLME_TRANSACTION_EXPIRED;
1468
} else if (m_event == MAC_UNKNOWN_DESTINATION) {
1469
buf->status = MLME_UNAVAILABLE_KEY;
0 commit comments