mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
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 <j@w1.fi>
This commit is contained in:
parent
399ec170e8
commit
ee9fc67ab7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user