iwlwifi: pcie: add infrastructure for multiple debug buffers
authorSara Sharon <sara.sharon@intel.com>
Wed, 23 May 2018 12:10:24 +0000 (15:10 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 28 Sep 2018 05:57:28 +0000 (08:57 +0300)
commit88964b2ea09905c0268a5c74de902b8a5668b3e4
tree2f5754d22184f4816e1550a9dde5b43fd26be25e
parent0044f1716c4d943674684fd738c8f7aa9d05d248
iwlwifi: pcie: add infrastructure for multiple debug buffers

In future devices we will have more than one debug buffer.
Prepare the infrastructure for allocation and release of
multiple debug buffers by grouping the variables in an array
of structures and moving it to trans section, where they will
be visible to opmode and FW.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c
drivers/net/wireless/intel/iwlwifi/pcie/internal.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c