summaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorHelmut Schaa <helmut.schaa@googlemail.com>2009-07-23 12:14:20 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-07-27 15:24:17 -0400
commit977923b00c79185c11b4b47664f5ffa4c3820438 (patch)
treeb3b8c8be229f1ee6ed14dc2838b26a57b89af725 /net/mac80211/ieee80211_i.h
parent142b9f5074dc0d09dc0025739ad437723d7bf527 (diff)
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>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index efda19ee0152..c6b25cb73284 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -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;