mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag
authorLuciano Coelho <luciano.coelho@intel.com>
Sat, 5 Jul 2014 08:43:01 +0000 (11:43 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 21 Jul 2014 10:21:26 +0000 (12:21 +0200)
commit3e2a0226c624066943259eaa5e1261da9d8a25fc
treede0782a3812fb1f28be7edd2e69ece08f4c419b1
parentbb3f848608f070a6e3f6c477ba7ff46cf1fb0f02
mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag

The csa_active flag was added in sdata a while ago and made
IEEE80211_STA_CSA_RECEIVED redundant.  The new flag is also used to
mark when CSA is ongoing on other iftypes and took over the old one as
the preferred method for checking whether we're in the middle of a
channel switch.  Remove the old, redundant flag.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c