Skip to content

Commit

Permalink
Clear Ack tx and tx process in MAC reset (ARMmbed#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Mar 29, 2021
1 parent 45504fd commit cd109c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MAC/IEEE802_15_4/mac_mlme.c
Expand Up @@ -449,6 +449,8 @@ int8_t mac_mlme_reset(protocol_interface_rf_mac_setup_s *rf_mac_setup, const mlm
rf_mac_setup->macWaitingData = false;
rf_mac_setup->macDataPollReq = false;
rf_mac_setup->macRxDataAtPoll = false;
rf_mac_setup->macTxProcessActive = false;
rf_mac_setup->mac_ack_tx_active = false;
//Clean MAC
if (reset->SetDefaultPIB) {
tr_debug("RESET MAC PIB");
Expand Down

0 comments on commit cd109c3

Please sign in to comment.