Merge "qcacmn: Add missing entry to VERBOSE_STR[]"

This commit is contained in:
Linux Build Service Account
2018-05-08 03:46:11 -07:00
committed by Gerrit - the friendly Code Review server
14 changed files with 71 additions and 41 deletions

View File

@@ -355,7 +355,7 @@ static int init_deinit_ready_event_handler(ol_scn_t scn_handle,
/* FW allocated number of peers is different than host
* requested. Update host max with FW reported value.
*/
target_if_info("Host Requested %d peers. FW Supports %d peers",
target_if_err("Host Requested %d peers. FW Supports %d peers",
info->wlan_res_cfg.num_peers,
ready_ev.num_total_peer);
info->wlan_res_cfg.num_peers = ready_ev.num_total_peer;