aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 3d52a79..411c2b5 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -533,11 +533,11 @@ struct at76_priv {
send via bulk out */
enum infra_state istate;
enum {
- SITE_SURVEY_IDLE,
- SITE_SURVEY_IN_PROGRESS,
- SITE_SURVEY_COMPLETED
- } site_survey_state;
- time_t last_survey;
+ SCAN_IDLE,
+ SCAN_IN_PROGRESS,
+ SCAN_COMPLETED
+ } scan_state;
+ time_t last_scan;
struct timer_list restart_timer; /* the timer we use to delay the restart a bit */