diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/scan.h')
| -rw-r--r-- | drivers/net/wireless/wl12xx/scan.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/scan.h b/drivers/net/wireless/wl12xx/scan.h index a7ed43dc08c..96ff457a3a0 100644 --- a/drivers/net/wireless/wl12xx/scan.h +++ b/drivers/net/wireless/wl12xx/scan.h @@ -48,7 +48,7 @@ void wl1271_scan_sched_scan_results(struct wl1271 *wl);  #define WL1271_SCAN_CURRENT_TX_PWR     0  #define WL1271_SCAN_OPT_ACTIVE         0  #define WL1271_SCAN_OPT_PASSIVE	       1 -#define WL1271_SCAN_OPT_TRIGGERED_SCAN 2 +#define WL1271_SCAN_OPT_SPLIT_SCAN     2  #define WL1271_SCAN_OPT_PRIORITY_HIGH  4  /* scan even if we fail to enter psm */  #define WL1271_SCAN_OPT_FORCE          8  |