Searched refs:wl1271_scan_send (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | scan.c | 138 static int wl1271_scan_send(struct wl1271 *wl, enum ieee80211_band band, in wl1271_scan_send() function 230 ret = wl1271_scan_send(wl, IEEE80211_BAND_2GHZ, false, in wl1271_scan_stm() 240 ret = wl1271_scan_send(wl, IEEE80211_BAND_2GHZ, true, in wl1271_scan_stm() 253 ret = wl1271_scan_send(wl, IEEE80211_BAND_5GHZ, false, in wl1271_scan_stm() 263 ret = wl1271_scan_send(wl, IEEE80211_BAND_5GHZ, true, in wl1271_scan_stm()
|