Gustavo A. R. Silva
34e63cd5ba
iwlwifi: fw: Replace zero-length arrays with flexible-array members
...
There is a regular need in the kernel to provide a way to declare
having a dynamically sized set of trailing elements in a structure.
Kernel code should always use “flexible array members”[1] for these
cases. The older style of one-element or zero-length arrays should
no longer be used[2].
[1] https://en.wikipedia.org/wiki/Flexible_array_member
[2] https://www.kernel.org/doc/html/v5.16/process/deprecated.html#zero-length-and-one-element-arrays
Link: https://github.com/KSPP/linux/issues/78
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org >
Reviewed-by: Kees Cook <keescook@chromium.org >
Acked-by: Luca Coelho <luciano.coelho@intel.com >
Signed-off-by: Kalle Valo <kvalo@kernel.org >
Link: https://lore.kernel.org/r/20220216195015.GA904148@embeddedor
2022-04-06 10:18:08 +03:00
Mukesh Sisodiya
0eb50c674a
iwlwifi: yoyo: send hcmd to fw after dump collection completes.
...
Send a command to FW once the driver completes the dump collection
for the timepoint which requires the command to be send.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20220210181930.b8c1228a0c0a.I71da6a799253650f3d0b181315de388cb9360e30@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2022-02-18 10:40:55 +02:00
Mukesh Sisodiya
9d200eddae
iwlwifi: yoyo: support dump policy for the dump size
...
Support dump size limitation based on the TLV by firmware.
This is needed for limited memory systems so only the most
important dumps are sent by driver.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20220210181930.d7e1ff264766.If2327fd890a453cdc9069d26220394d0b4e79743@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2022-02-18 10:40:55 +02:00
Luca Coelho
3009c797c4
iwlwifi: fix small doc mistake for iwl_fw_ini_addr_val
...
There was a small copy and paste mistake in the doc declaration of
iwl_fw_ini_addr_val. Fix it.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20220205112029.aeec71c397b3.I0ba3234419eb8c8c7512a2ca531a6dbb55046cf7@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2022-02-18 10:40:54 +02:00
Mukesh Sisodiya
ddb6b76b6f
iwlwifi: yoyo: support TLV-based firmware reset
...
Support resetting the firmware via TLV-based debugging. When applied,
this will cause the driver to reset the firmware when the debugging
is triggered.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211219121514.d59b29653a1e.I7b3be4a1ad1a9d5d0e86259740e89ac113c9348b@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-12-21 12:35:06 +02:00
Johannes Berg
aece8927a6
iwlwifi: parse error tables from debug TLVs
...
With more things being added, we're no longer going to duplicate
the error tables from the debug TLVs nor send them at runtime.
Use the debug TLVs to find the locations of the error tables. As
we've never released firmware using IWL_UCODE_TLV_TCM_DEBUG_ADDRS
just remove that entirely.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211210110539.779d68490f68.I472c7d9cbaca46000a10ec18808ef54836b33a8a@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-12-21 12:35:05 +02:00
Johannes Berg
04f1ee2404
iwlwifi: fw: correctly detect HW-SMEM region subtype
...
This is part of the "device memory" type, but with the
subtypes we can now detect it properly, rather than
having to make assumptions on the ID.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211204174546.91d33aa9dd3d.Ifb48e21fbb92ea25360856b5cc2afbb9b485d6b3@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-12-07 20:06:50 +02:00
Mordechay Goodstein
62ed5d905b
iwlwifi: fw: add support for splitting region type bits
...
In next region tlv (3) region type is going to be split into bit mask
without affecting the ops for handling region type, so we just mask
the type independent of the version due to all versions having the
same bits usage.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211204130722.083e4b47055e.If7483d854e3d07f81236d314b8155cd5996f306c@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-12-07 20:06:43 +02:00
Mukesh Sisodiya
020cde4750
iwlwifi: yoyo: support for DBGC4 for dram
...
Add DBGC4 memory for debug handling in driver which will be created,
freed and collected from the FW in case of crash.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211204130722.488268ffb2a6.I4fd9ee9dc43d04953a640e19ecac7575ad34fe94@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-12-07 20:06:42 +02:00
Mukesh Sisodiya
f21baf2441
iwlwifi: yoyo: fw debug config from context info and preset
...
Add new TLV for debug config set to read preset
based on TLV is set in context info.
This is needed to set the preset based on ucode in early
trigger point.
Add DRAM frag allocation info in first fragment of
DBGC1 with all details.
New capability from FW for DBGC frag debug support is
added and BUFFER_ALLOCATION_CMD is disabled in capability
is supported.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211017123741.cacf0babc521.If3704b5fda09b344e3e438252360898a3f2e90fa@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-10-22 10:49:01 +03:00
Johannes Berg
fdb70083dd
iwlwifi: fw dump: add infrastructure for dump scrubbing
...
In firmware dumps, currently all kinds of key material may be
included, e.g. in host commands (if firmware crashes during the
processing of a key-related command) or in the TX FIFO(s) if
we have been using in-TX-command key material.
Additionally, some firmware versions will advertise sections
of their internal data to not dump, due to them containing some
sensitive data.
Add some infrastructure to allow scrubbing this data out, as
dependent on the opmode's idea of what will need to be done.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20211017123741.360cc8fe55b1.Ie3bd3ece38043969f7e116e61a6ec1197a58d78b@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-10-22 10:48:59 +03:00
Mukesh Sisodiya
89639e06d0
iwlwifi: yoyo: support for new DBGI_SRAM region
...
new region handling is added for dump collection.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20210819183728.af9a24b82396.I53c5f82bd2d0f56fd699e3841c922082d99f1c90@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-08-26 23:37:07 +03:00
Johannes Berg
394f419296
iwlwifi: api: remove datamember from struct
...
We don't use this, but we embed this struct elsewhere and
having structs with flexible arrays embedded isn't quite
right, with sparse (for example) complaining. Remove the
data[] member in this case.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20210819183728.72ca1232b27c.I6ec766691b89670e1683f9fc0fbd12648309a574@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-08-26 23:37:06 +03:00
Mukesh Sisodiya
e75bc5f3f1
iwlwifi: yoyo: cleanup internal buffer allocation in D3
...
With recent changes in the firmware SRAM debug during D3 is
enabled by default and need not be enabled by driver.
cleaning the code to align the same.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20210802215208.8535203d0ef7.Ib1695ce5de921b0472d0b1052e729e071573b863@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-08-26 23:34:20 +03:00
Mukesh Sisodiya
a451b82307
iwlwifi: yoyo: support region TLV version 2
...
Region TLV version 2 now includes more data, but it is not
relevant for the driver.
In order to support this new version, just mask the new part out.
Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20210612142637.60dd4c60ab49.I44fe02af389d3ab089363bf9bde0d99a4c1ff383@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2021-06-22 15:11:23 +03:00
Johannes Berg
8e99ea8d09
iwlwifi: use SPDX tags
...
Use SPDX tags instead of the long copyright notices. Also cleanup
some duplicate copyright notices and combine the years where possible.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20201210000603.481bcb512a6f.I8146abe5a637079e7336209f23cb26af98b12b31@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2020-12-10 00:15:31 +02:00
Mordechay Goodstein
16b2afe07a
iwlwifi: yoyo: add support for internal buffer allocation in D3
...
With yoyo a user can configure the internal buffer allocation in
SMEM to hold more log space, which is used for debugging D3 state.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20200930191738.29b61ff6c78e.I235614bb2c255ee8ac49c2835796ac95a25215bf@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2020-10-01 22:02:28 +03:00
Mordechay Goodstein
4bf3d7cfea
iwlwifi: dbg: add debug host notification (DHN) time point
...
This enables to listen only to DHN time point without monitoring
every rx packet from FW.
Also fix a typo NOTIFOCATION->NOTIFICATION in enum declaration.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20200930191738.435fa657a937.I1a36badd4ceecefcdfb47eaacf26c08a4bbd1b08@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2020-10-01 22:02:25 +03:00
Mordechay Goodstein
ba8f6f4ae2
iwlwifi: dbg: add dumping special device memory
...
With the new region we can handle in user space understanding
the struct type and version and driver doesn't need to be involved
at all.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20200926002540.88c431fad7da.I282944cbad5aa367735a9f9a5c47cfbd107a5fc0@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2020-10-01 21:57:21 +03:00
Luca Coelho
4c447cfadd
iwlwifi: dbg: remove IWL_FW_INI_TIME_POINT_WDG_TIMEOUT
...
This timepoint was removed from the FW, so we remove it from here too
for consistency. It's now marked as reserved to preserve the
enumeration.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20200926002540.a451fdd0a0ab.Idd8f59a49816d8484fe7dea3f1cec7a36cbf86f7@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2020-10-01 21:57:21 +03:00
Mordechay Goodstein
0c9e025e79
iwlwifi: yoyo: don't access TLV before verifying len
...
If we access the TLV memory with shorter len than the struct
we access garbage data that was not given by the user.
On the way rewrite the checker in a cleaner way.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com >
Fixes: a9248de424 ("iwlwifi: dbg_ini: add TLV allocation new API support")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
Link: https://lore.kernel.org/r/iwlwifi.20200424182644.54418c829390.I15d6b462a0e69a280b6c6cfbcb6bcb05bb5f79ee@changeid
2020-05-08 09:50:46 +03:00
Shahar S Matityahu
b87384af8d
iwlwifi: dbg_ini: remove old API and some related code
...
Remove unused code of the old debug ini API.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:56 +03:00
Shahar S Matityahu
cf29c5b66b
iwlwifi: dbg_ini: implement time point handling
...
Calculate active triggers list and implement time points handling.
Also allow to override the debug domain via iwl-dbg-cfg.ini by setting
FW_DBG_DOMAIN field.
Reported-by: kbuild test robot <lkp@intel.com >
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:40 +03:00
Shahar S Matityahu
a9248de424
iwlwifi: dbg_ini: add TLV allocation new API support
...
Add new debug TLVs API preprocessing.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:37 +03:00
Shahar S Matityahu
677d25b237
iwlwifi: dbg_ini: use new API in dump info
...
Make dump info region use new API.
debug_info_tlv_list list will be initialize in a future patch once the
driver will start using it.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:34 +03:00
Shahar S Matityahu
593fae3e5e
iwlwifi: dbg_ini: add monitor dumping support
...
Allow collecting monitor data in ini debug mode.
Implement both SMEM and DRAM monitor regions dumping.
For DRAM monitor, support DBGC1, DBGC2 and DBGC3 and support several
DRAM fragments per DBGC.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:29 +03:00
Shahar S Matityahu
3b589d5624
iwlwifi: dbg_ini: use new trigger TLV in dump flow
...
Make dump flow use the new trigger TLV.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:24 +03:00
Shahar S Matityahu
c9fe75e9f3
iwlwifi: dbg_ini: use new region TLV in dump flow
...
Make dump flow use the new region TLV and update the region type enum.
Temporarily remove monitor dumping support. Support will be readded in a
future patch.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-10-25 10:09:19 +03:00
Shahar S Matityahu
b108d8c782
iwlwifi: dbg_ini: remove apply point, switch to time point API
...
Remove the "apply points" mechanism as preparation for the changed
debug API where this is now a "time point" instead. Use a new API
across the code at the trigger points ("time points"), but don't
yet implement it since that requires some more preparation.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-09-06 15:52:06 +03:00
Shahar S Matityahu
f259fc896e
iwlwifi: dbg_ini: remove debug flow TLV
...
Debug flow TLV was removed from the FW. Remove the TLV from the driver
as well.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-09-06 15:31:21 +03:00
Shahar S Matityahu
ccdc3d6d15
iwlwifi: dbg_ini: maintain buffer allocations from trans instead of TLVs buffer
...
Maintain DRAM debug buffer status in trans instead of keeping it as
part of the TLVs buffer to avoid allocating extra space for it.
Needed for future changes.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-09-06 15:31:18 +03:00
Shahar S Matityahu
57d88b1161
iwlwifi: dbg_ini: support debug info TLV
...
Add support to debug info TLV.
The TLV contains human readable naming of the FW image and the
debug configuration.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-06-29 10:08:06 +03:00
Shahar S Matityahu
954454d610
iwlwifi: dbg_ini: add lmac and umac error tables dumping support
...
Add LMAC_ERROR_TABLE and UMAC_ERROR_TABLE region types and handle them
in the same way as we handle DEVICE_MEMORY.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-04-29 18:42:47 +03:00
Shahar S Matityahu
fe63f21b20
iwlwifi: dbg_ini: align to FW api version 1
...
align to ini debug struct version 1 and enforce version checking.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-03-22 12:59:42 +02:00
Shahar S Matityahu
1b64d58bd4
iwlwifi: dbg_ini: implement Tx fifos dump
...
Implement Tx fifos dump in the new dump mechanism.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-20 20:48:01 +02:00
Shahar S Matityahu
b61a661092
iwlwifi: dbg_ini: rewrite trigger flow and align to FW API changes
...
Trigger field ignore_default was changed to override_trig.
The first byte of the field indicates the driver to override existing
configuration or keep the previous one
The second byte of the field indicated the driver to replace the regions
of the previous trigger or to append new regions to it.
Change the way the active triggers are maintained to support trigger
override in different apply points.
Do this by making a trigger that updates at runtime by the
triggers that are being used in the different apply points.
In case of an assert, the driver does not reconfigure the triggers
and uses the old configuration which leads to undefined behavior.
Solve this by clearing the triggers in assert recovery flow.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-14 11:29:45 +02:00
Shahar S Matityahu
9deb52c68f
iwlwifi: dbg_ini: align struct iwl_fw_ini_region_cfg to the FW
...
New fields were added to struct iwl_fw_ini_region_cfg.
add those field and apply the changes the result from this change
offset field is used to differentiate between the different LMACs
and any memory access to the region addresses should be
base_addr + offset.
A fifo struct is to hold the meta data needed for fifo regions
Also move range_data_size and num_of_ranges into a struct under the
union to be aligned to the struct in the FW.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:28:07 +02:00
Shahar S Matityahu
d7febc2e61
iwlwifi: dbg_ini: update ini structs meta doc
...
Align the documentation of the structs with the latest version in
the FW.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:19 +02:00
Shahar S Matityahu
2d0c66083d
iwlwifi: dbg_ini: update max region id num to support 64 regions
...
The driver should support 64 region ids. Update
IWL_FW_INI_MAX_REGION_ID accordingly.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:19 +02:00
Shahar S Matityahu
ffb677dc98
iwlwifi: dbg_ini: update ini triggers enum
...
Align the triggers enum in the driver to the one in the FW.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:18 +02:00
Shahar S Matityahu
bb0306bd6f
iwlwifi: dbg_ini: give better naming to region struct fields
...
Some of the region struct fields have misleading naming
change those fields to have an informative naming
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:17 +02:00
Shahar S Matityahu
56ea8e3b4e
iwlwifi: dbg_ini: fix iwl_fw_ini_buffer_location field enum bad naming
...
change IWL_FW_INI_LOCATION_SRAM_INVALID into IWL_FW_INI_LOCATION_INVALID
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:17 +02:00
Shahar S Matityahu
a9f802b63d
iwlwifi dbg_ini: update ini structs doc
...
update ini struct documentation to the structs being used in the FW
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2019-02-04 12:27:17 +02:00
Sara Sharon
a024016faf
iwlwifi: fw: support API change to debug TLVs
...
A new field was added. Since the code isn't operational (yet) no
need to worry about backward compatibility.
Signed-off-by: Sara Sharon <sara.sharon@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2018-11-23 13:01:07 +02:00
Sara Sharon
bd29446657
iwlwifi: fw: add FW API of new TLV infrastructure
...
Add the FW API of the new debug infrastructure. Next patches
will introduce the utilization of this infra.
Signed-off-by: Sara Sharon <sara.sharon@intel.com >
Signed-off-by: Luca Coelho <luciano.coelho@intel.com >
2018-11-23 13:01:05 +02:00