mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a083429e13
When version 8 of the scan command API was introduced, only the size
of version 7 was updated, causing older versions of the firmware to
throw BAD_COMMAND errors.
Calculating the old version based on the size of the latest version
got too complicated and the size of the older versions will never
change anyway, so it's better to just hardcoded the sizes.
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 |