mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
[openwrt.git] / package / hostapd / patches / 570-genl_connect_debug.patch
1 --- a/src/drivers/driver_nl80211.c
2 +++ b/src/drivers/driver_nl80211.c
3 @@ -121,7 +121,7 @@ static struct nl_handle * nl_create_hand
4 }
5
6 if (genl_connect(handle)) {
7 - wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
8 + wpa_printf(MSG_DEBUG, "nl80211: Failed to connect to generic "
9 "netlink (%s)", dbg);
10 nl80211_handle_destroy(handle);
11 return NULL;
This page took 0.045115 seconds and 5 git commands to generate.