commit | c8a8ab4472619e6936a224c5a950750d640aefbb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 06 13:46:54 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Dec 07 09:37:40 2012 +0100 |
tree | 9ecae1e0cabe4d98ff27fba521310170d169d9dd | |
parent | 8d96bb61fcfa11fb0c0da0d4f1331b7ca231bec1 [diff] |
iwlwifi: change TX code to suppress smatch warning By using a few temporary variables, smatch can track what's happening and stops complaining that we access beyond the tid_data array. This also makes the generated code a bit smaller, so it's a win all around. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>