commit | a844855344b035338bfbcb1d2b7ed0aaca241a95 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Dec 02 12:25:12 2011 -0800 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Thu Dec 08 15:55:52 2011 -0800 |
tree | f7d04babbe0c356b4639dac9fc6eec453cfb00b5 | |
parent | e0467a30734a8dc2ecddbe892985ce5cfe5bf966 [diff] |
iwlagn: use IWL_MAX_TID_COUNT instead of TID_MAX_LOAD_COUNT We track the load only on 8 TIDs, previously this was TID_MAX_LOAD_COUNT. Since IWL_MAX_TID_COUNT is now 8 as well, use that to make the code more easily understandable. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>