commit | 0b4e11074a933937ee75be371d32bf91a0051419 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Sun Mar 01 09:10:10 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Mar 04 10:34:10 2015 +0100 |
tree | 271de8ba69d48dac0d51229bf5c0b0bfbd3c3b4c | |
parent | ae2e9fba85f69e0b53b1ef15e3011ce09ac1b9f2 [diff] |
mac80211: remove duplicate check for quiescing when queueing work In ieee80211_queue_work() we check if we're quiescing or suspended, so it's not necessary to check for quiescing before calling this function. Remove duplicate checks. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>