Skip to content

Commit

Permalink
Removed unnecessary Decrypt Fail debug trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiskanen committed Aug 20, 2018
1 parent b425f4b commit 90c6a8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/MAC/IEEE802_15_4/mac_mcps_sap.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ static int8_t mac_data_sap_rx_handler(mac_pre_parsed_frame_t *buf, protocol_inte
if (buf->fcf_dsn.securityEnabled) {
status = mac_data_interface_decrypt_packet(buf, &data_ind->Key);
if (status != MLME_SUCCESS) {
tr_debug("Decrypt fail, %d", status);
mcps_comm_status_indication_generate(status, buf, mac);
goto DROP_PACKET;
}
Expand Down

0 comments on commit 90c6a8a

Please sign in to comment.