aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-04-27 03:11:04 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-04-27 10:23:24 +0200
commit2a9be04f7cda0bbe788167c375fbb8a3ce192f12 (patch)
treea612076ccf6b3db2864b8da28be6e150ad77e92d /at76_usb.h
parentc9b3af901cf375405494851db9b1af5ac5266bfb (diff)
[PATCH] Rename "site survey" to "scan", because it's a scan and nothing else
Signed-off-by: Pavel Roskin <proski@gnu.org>
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 */