Skip to content

Commit 87ee16a

Browse files
Jarkko PasoJuha Heiskanen
authored andcommitted
Call channel change after filtered out packet
1 parent d196ffc commit 87ee16a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/MAC/IEEE802_15_4/mac_pd_sap.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,9 @@ int8_t mac_pd_sap_data_cb(void *identifier, arm_phy_sap_msg_t *message)
920920
ERROR_HANDLER:
921921
mcps_sap_pre_parsed_frame_buffer_free(buffer);
922922
sw_mac_stats_update(rf_ptr, STAT_MAC_RX_DROP, 0);
923+
if (rf_ptr->fhss_api) {
924+
rf_ptr->fhss_api->data_tx_done(rf_ptr->fhss_api, false, false, 0);
925+
}
923926
return -1;
924927

925928
} else if (message->id == MAC15_4_PD_SAP_DATA_TX_CONFIRM) {

0 commit comments

Comments
 (0)