Skip to content

Commit

Permalink
net/wireless/bcmdhd: Specify loglevel correctly
Browse files Browse the repository at this point in the history
Changed the error message that is always output when connecting to STA
to debug message.

Change-Id: Ifde3598a794451314963ec7403fbcc56d6fec9e7
  • Loading branch information
mizo committed Dec 20, 2022
1 parent 79a89fc commit 8341cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/bcmdhd/wl_cfg80211.c
Expand Up @@ -9877,7 +9877,7 @@ wl_cfg80211_change_station(

/* Processing only authorize/de-authorize flag for now */
if (!(params->sta_flags_mask & BIT(NL80211_STA_FLAG_AUTHORIZED))) {
WL_ERR(("WLC_SCB_AUTHORIZE sta_flags_mask not set \n"));
WL_DBG(("WLC_SCB_AUTHORIZE sta_flags_mask not set \n"));
return -ENOTSUPP;
}

Expand Down

0 comments on commit 8341cde

Please sign in to comment.