Skip to content

Commit 629cdf4

Browse files
author
hmz007
committed
net: wireless: bcmdhd: Move error log to debug level
Signed-off-by: hmz007 <[email protected]>
1 parent 741e7a9 commit 629cdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/wireless/bcmdhd/wl_cfg80211.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8019,7 +8019,7 @@ wl_cfg80211_parse_ies(u8 *ptr, u32 len, struct parsed_ies *ies)
80198019
WL_DBG(("WPSIE in beacon \n"));
80208020
ies->wps_ie_len = ies->wps_ie->length + WPA_RSN_IE_TAG_FIXED_LEN;
80218021
} else {
8022-
WL_ERR(("No WPSIE in beacon \n"));
8022+
WL_DBG(("No WPSIE in beacon \n"));
80238023
}
80248024

80258025
/* find the RSN_IE */
@@ -8453,7 +8453,7 @@ static s32 wl_cfg80211_hostapd_sec(
84538453
}
84548454
}
84558455
} else {
8456-
WL_ERR(("No WPSIE in beacon \n"));
8456+
WL_DBG(("No WPSIE in beacon \n"));
84578457
}
84588458
return 0;
84598459
}

0 commit comments

Comments
 (0)