diff options
| -rw-r--r-- | src/drivers/driver_nl80211.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index e75f43c7..750dd66d 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -6450,13 +6450,6 @@ static int wpa_driver_nl80211_probe_req_report(void *priv, int report) struct i802_bss *bss = priv; struct wpa_driver_nl80211_data *drv = bss->drv; - if (!is_sta_interface(drv->nlmode)) { - wpa_printf(MSG_DEBUG, "nl80211: probe_req_report control only " - "allowed in station mode (iftype=%d)", - drv->nlmode); - return -1; - } - if (!report) { if (drv->nl_handle_preq) { eloop_unregister_read_sock( |
