diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/scan.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/scan.h b/drivers/net/wireless/ti/wl18xx/scan.h index eadee42689d1..2e636aa5dba9 100644 --- a/drivers/net/wireless/ti/wl18xx/scan.h +++ b/drivers/net/wireless/ti/wl18xx/scan.h | |||
@@ -122,6 +122,6 @@ int wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif); | |||
122 | void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif); | 122 | void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
123 | int wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, | 123 | int wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
124 | struct cfg80211_sched_scan_request *req, | 124 | struct cfg80211_sched_scan_request *req, |
125 | struct ieee80211_sched_scan_ies *ies); | 125 | struct ieee80211_scan_ies *ies); |
126 | void wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif); | 126 | void wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
127 | #endif | 127 | #endif |