diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2010-03-18 12:26:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-23 16:50:22 -0400 |
commit | 818e3063a9546fcd826155dd47582a6e2f4d1c37 (patch) | |
tree | 7a0063a898cbaabf3e22df73c437ab6bc20d0412 /drivers/net/wireless/wl12xx/wl1271_event.c | |
parent | 899e6e65c39990a76c17940625dbe6001f618734 (diff) | |
download | blackbird-op-linux-818e3063a9546fcd826155dd47582a6e2f4d1c37.tar.gz blackbird-op-linux-818e3063a9546fcd826155dd47582a6e2f4d1c37.zip |
wl1271: get probe request template from mac80211
If we get probe request from mac80211, we can remove two functions.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_event.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_event.c b/drivers/net/wireless/wl12xx/wl1271_event.c index 5533519a1418..4d35af96c597 100644 --- a/drivers/net/wireless/wl12xx/wl1271_event.c +++ b/drivers/net/wireless/wl12xx/wl1271_event.c @@ -44,7 +44,9 @@ static int wl1271_event_scan_complete(struct wl1271 *wl, * scanning as it checks that. */ clear_bit(WL1271_FLAG_SCANNING, &wl->flags); + /* FIXME: ie missing! */ wl1271_cmd_scan(wl, wl->scan.ssid, wl->scan.ssid_len, + NULL, 0, wl->scan.active, wl->scan.high_prio, WL1271_SCAN_BAND_5_GHZ, |