|
@@ -164,9 +164,6 @@ static int wl1271_scan_send(struct wl1271 *wl, enum ieee80211_band band,
|
|
|
goto out;
|
|
goto out;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /* We always use high priority scans */
|
|
|
|
|
- scan_options = WL1271_SCAN_OPT_PRIORITY_HIGH;
|
|
|
|
|
-
|
|
|
|
|
/* No SSIDs means that we have a forced passive scan */
|
|
/* No SSIDs means that we have a forced passive scan */
|
|
|
if (passive || wl->scan.req->n_ssids == 0)
|
|
if (passive || wl->scan.req->n_ssids == 0)
|
|
|
scan_options |= WL1271_SCAN_OPT_PASSIVE;
|
|
scan_options |= WL1271_SCAN_OPT_PASSIVE;
|