iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loaded
authorShahar S Matityahu <shahar.s.matityahu@intel.com>
Mon, 8 Jul 2019 07:52:14 +0000 (10:52 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Oct 2019 07:09:14 +0000 (10:09 +0300)
commitc03fe6d3b31c75e2d5903a668138adba71ac5241
tree784d980f01852cbb602bb699fc61985037b1ca3d
parent89dca86d29b46f2a5f38ea6476cfd441bd205d25
iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loaded

In the new API implementation the driver does not keep the internal and
external debug configurations in separate structs so the last
configuration that is loaded overrides the previous ones (this is true
only in some of the TLVs e.g. the buffer allocation TLV).
Load the external configuration after the internal is loaded so that
user configuration will override the default coming with the FW.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-drv.c