commit | 4854f175c3182816d906c4bc34be5f30556346a5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 15:39:29 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 15:39:29 2016 +0200 |
tree | 5d659c432897e1a4303575f8e5f631939c784ee7 | |
parent | 11d62caf93cf12ce80ff8304849887666ec8880a [diff] |
mac80211: remove useless open_count check __ieee80211_suspend() checks early on if there's anything to do by checking open_count, so there's no need to check again later in the function. Remove the useless check. Signed-off-by: Johannes Berg <johannes.berg@intel.com>