]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Mark Beacon event debug excessive
authorJouni Malinen <j@w1.fi>
Fri, 30 Dec 2011 12:10:15 +0000 (14:10 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 30 Dec 2011 12:10:15 +0000 (14:10 +0200)
This can show up way too frequently in AP mode to make debug logs
readable at debug level.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/drivers/driver_nl80211.c

index 12bb4fdef634658bba4ecc8ff053d49c86b5a9f3..d407b0f5dd8a7f69eafeccdb1a565bf72abf3a41 100644 (file)
@@ -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);
 }