From: Jouni Malinen Date: Fri, 30 Dec 2011 12:10:15 +0000 (+0200) Subject: nl80211: Mark Beacon event debug excessive X-Git-Tag: aosp-jb-start~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee9fc67ab7c7fa546c4ae8cc8007f4d29164ea07;p=thirdparty%2Fhostap.git nl80211: Mark Beacon event debug excessive This can show up way too frequently in AP mode to make debug logs readable at debug level. Signed-hostap: Jouni Malinen --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index 12bb4fdef..d407b0f5d 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -606,7 +606,7 @@ static void nl80211_recv_beacons(int sock, void *eloop_ctx, void *handle) { struct nl80211_wiphy_data *w = eloop_ctx; - wpa_printf(MSG_DEBUG, "nl80211: Beacon event message available"); + wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); nl_recvmsgs(handle, w->nl_cb); }