Skip to content
Commit a8011b37 authored by Abhishek Naik's avatar Abhishek Naik Committed by Greg Kroah-Hartman
Browse files

iwlwifi: skip first element in the WTAS ACPI table

[ Upstream commit 19426d54

 ]

By mistake we were considering the first element of the WTAS wifi
package as part of the data we want to rid, but that element is the wifi
package signature (always 0x07), so it should be skipped.

Change the code to read the data starting from element 1 instead.

Signed-off-by: default avatarAbhishek Naik <abhishek.naik@intel.com>
Fixes: 28dd7ccd

 ("iwlwifi: acpi: read TAS table from ACPI and send it to the FW")
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210805141826.ff8148197b15.I70636c04e37b2b57a5df3ce611511f62203d27a7@changeid
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 09490995
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment