commit | 3f1c4c58068757da94b07e0914321b443501e20f | [log] [tgz] |
---|---|---|
author | Sara Sharon <sara.sharon@intel.com> | Mon Oct 02 12:07:59 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 18 13:00:43 2017 +0300 |
tree | c404a2e28f8c584c2238f0f6328745ce660df3fc | |
parent | dfdddd92a5781bb4bbd176a5c85b7244580a8efe [diff] |
iwlwifi: mvm: remove duplicated fields in mvm reorder buffer The reason station id and tid fields are both in baid data and in the reorder buffer per queue is that we couldn't access the baid_data in the reorder timer functions. Now that we do some pointer math and access it anyway, those fields can be removed. This save some space and some code. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>