commit | 7ec54716e71a846dddf6aa1e33a12e1dcca6d276 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Mar 16 09:29:48 2016 +0100 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Mar 30 16:21:24 2016 +0300 |
tree | 80400fb41e4f84757a80d524865566307a12abe2 | |
parent | 2d3d31b562dd060cbc7a163fd824421d0ebeaadf [diff] |
iwlwifi: mvm: remove is_data_qos variable in TX "is_data_qos == true" is equivalent to "tid < IWL_MAX_TID_COUNT" since tid is only assigned (and range-checked) in that case. This removes a (harmless) smatch warning that occurs because it can't seem to follow the above logic from the code. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>