diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-03-16 09:29:48 +0100 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2016-03-30 16:21:24 +0300 |
commit | 7ec54716e71a846dddf6aa1e33a12e1dcca6d276 (patch) | |
tree | 80400fb41e4f84757a80d524865566307a12abe2 /drivers/net/wireless/intel/iwlwifi/mvm/sf.c | |
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>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sf.c')
0 files changed, 0 insertions, 0 deletions