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 47b2e03 commit 32e22d3Copy full SHA for 32e22d3
source/MAC/IEEE802_15_4/mac_mcps_sap.c
@@ -1316,6 +1316,7 @@ static void mac_common_data_confirmation_handle(protocol_interface_rf_mac_setup_
1316
timer_mac_stop(rf_mac_setup);
1317
if (m_event == MAC_CCA_FAIL) {
1318
sw_mac_stats_update(rf_mac_setup, STAT_MAC_TX_CCA_FAIL, 0);
1319
+ tr_error("MAC CCA fail");
1320
/* CCA fail */
1321
//rf_mac_setup->cca_failure++;
1322
buf->status = MLME_BUSY_CHAN;
0 commit comments