Skip to content
Snippets Groups Projects
Commit 041ea0f1 authored by Jakob Olsson's avatar Jakob Olsson Committed by Janusz Dziedzic
Browse files

assoc_ctrl: remove excess dbg print

parent 8d6d38b9
Branches
No related tags found
1 merge request!295wifi_opclass: add wifi_radio_opclass_update_channel
......@@ -941,7 +941,6 @@ struct cmdu_buff *cntlr_gen_client_assoc_ctrl_request(struct controller *c,
frm = cmdu_alloc_simple(CMDU_CLIENT_ASSOC_CONTROL_REQUEST, &mid);
if (!frm) {
trace("%s |%d|: cmdu alloc error\n", __func__, __LINE__);
dbg("%s: -ENOMEM\n", __func__);
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment