Skip to content

Commit

Permalink
net: wireless: bcmdhd: Move error log to debug level
Browse files Browse the repository at this point in the history
Signed-off-by: hmz007 <[email protected]>
  • Loading branch information
hmz007 committed Nov 1, 2019
1 parent 741e7a9 commit 629cdf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/bcmdhd/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -8019,7 +8019,7 @@ wl_cfg80211_parse_ies(u8 *ptr, u32 len, struct parsed_ies *ies)
WL_DBG(("WPSIE in beacon \n"));
ies->wps_ie_len = ies->wps_ie->length + WPA_RSN_IE_TAG_FIXED_LEN;
} else {
WL_ERR(("No WPSIE in beacon \n"));
WL_DBG(("No WPSIE in beacon \n"));
}

/* find the RSN_IE */
Expand Down Expand Up @@ -8453,7 +8453,7 @@ static s32 wl_cfg80211_hostapd_sec(
}
}
} else {
WL_ERR(("No WPSIE in beacon \n"));
WL_DBG(("No WPSIE in beacon \n"));
}
return 0;
}
Expand Down

0 comments on commit 629cdf4

Please sign in to comment.