diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2009-07-23 06:14:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-27 15:24:17 -0400 |
commit | 977923b00c79185c11b4b47664f5ffa4c3820438 (patch) | |
tree | b3b8c8be229f1ee6ed14dc2838b26a57b89af725 /net/mac80211/ieee80211_i.h | |
parent | 142b9f5074dc0d09dc0025739ad437723d7bf527 (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.h | 2 |
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 { | |||
715 | int scan_channel_idx; | 715 | int scan_channel_idx; |
716 | int scan_ies_len; | 716 | int scan_ies_len; |
717 | 717 | ||
718 | enum mac80211_scan_state scan_state; | 718 | enum mac80211_scan_state next_scan_state; |
719 | struct delayed_work scan_work; | 719 | struct delayed_work scan_work; |
720 | struct ieee80211_sub_if_data *scan_sdata; | 720 | struct ieee80211_sub_if_data *scan_sdata; |
721 | enum nl80211_channel_type oper_channel_type; | 721 | enum nl80211_channel_type oper_channel_type; |