mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 03:49:45 +07:00
dac4df1c5f
Newer firmware versions (such as iwlwifi-8000C-34.ucode) have
introduced an API change in the SCAN_REQ_UMAC command that is not
backwards compatible. The driver needs to detect and use the new API
format when the firmware reports it, otherwise the scan command will
not work properly, causing a command timeout.
Fix this by adding a TLV that tells the driver that the new API is in
use and use the correct structures for it.
This fixes https://bugzilla.kernel.org/show_bug.cgi?id=197591
Fixes:
|
||
---|---|---|
.. | ||
alive.h | ||
binding.h | ||
cmdhdr.h | ||
coex.h | ||
commands.h | ||
config.h | ||
context.h | ||
d3.h | ||
datapath.h | ||
debug.h | ||
filter.h | ||
led.h | ||
mac-cfg.h | ||
mac.h | ||
nvm-reg.h | ||
offload.h | ||
paging.h | ||
phy-ctxt.h | ||
phy.h | ||
power.h | ||
rs.h | ||
rx.h | ||
scan.h | ||
sf.h | ||
sta.h | ||
stats.h | ||
tdls.h | ||
time-event.h | ||
tof.h | ||
tx.h | ||
txq.h |