iwlwifi: mvm: remove duplicated fields in mvm reorder buffer
authorSara Sharon <sara.sharon@intel.com>
Mon, 2 Oct 2017 09:07:59 +0000 (12:07 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 18 Oct 2017 10:00:43 +0000 (13:00 +0300)
commit3f1c4c58068757da94b07e0914321b443501e20f
treec404a2e28f8c584c2238f0f6328745ce660df3fc
parentdfdddd92a5781bb4bbd176a5c85b7244580a8efe
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>
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c
drivers/net/wireless/intel/iwlwifi/mvm/sta.c