mac80211: rename scan_state to next_scan_state

Rename scan_state to next_scan_state to better reflect
what it is used for.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Helmut Schaa
2009-07-23 12:14:20 +02:00
committed by John W. Linville
parent 142b9f5074
commit 977923b00c
2 changed files with 11 additions and 11 deletions

View File

@@ -715,7 +715,7 @@ struct ieee80211_local {
int scan_channel_idx;
int scan_ies_len;
enum mac80211_scan_state scan_state;
enum mac80211_scan_state next_scan_state;
struct delayed_work scan_work;
struct ieee80211_sub_if_data *scan_sdata;
enum nl80211_channel_type oper_channel_type;