File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1316,15 +1316,15 @@ static void mac_common_data_confirmation_handle(protocol_interface_rf_mac_setup_
1316
1316
timer_mac_stop (rf_mac_setup );
1317
1317
if (m_event == MAC_CCA_FAIL ) {
1318
1318
sw_mac_stats_update (rf_mac_setup , STAT_MAC_TX_CCA_FAIL , 0 );
1319
- tr_error ("MAC CCA fail" );
1319
+ tr_debug ("MAC CCA fail" );
1320
1320
/* CCA fail */
1321
1321
//rf_mac_setup->cca_failure++;
1322
1322
buf -> status = MLME_BUSY_CHAN ;
1323
1323
} else {
1324
1324
sw_mac_stats_update (rf_mac_setup , STAT_MAC_TX_COUNT , buf -> mac_payload_length );
1325
1325
if (m_event == MAC_TX_FAIL ) {
1326
1326
sw_mac_stats_update (rf_mac_setup , STAT_MAC_TX_FAIL , 0 );
1327
- tr_error ("MAC tx fail" );
1327
+ tr_debug ("MAC tx fail" );
1328
1328
buf -> status = MLME_TX_NO_ACK ;
1329
1329
} else if (m_event == MAC_TX_DONE ) {
1330
1330
if (mac_is_ack_request_set (buf ) == false) {
You can’t perform that action at this time.
0 commit comments