commit | 3e2a0226c624066943259eaa5e1261da9d8a25fc | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Sat Jul 05 11:43:01 2014 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jul 21 12:21:26 2014 +0200 |
tree | de0782a3812fb1f28be7edd2e69ece08f4c419b1 | |
parent | bb3f848608f070a6e3f6c477ba7ff46cf1fb0f02 [diff] |
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>