Skip to content
Commit 28db1862 authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: mvm: assign SAR table revision to the command later



The call to iwl_sar_geo_init() was moved to the end of the
iwl_mvm_sar_geo_init() function, after the table revision is assigned
to the FW command.  But the revision is only known after
iwl_sar_geo_init() is called, so we were always assigning zero to it.

Fix that by moving the assignment code after the iwl_sar_geo_init()
function is called.

Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Fixes: 45acebf8 ("iwlwifi: fix sar geo table initialization")
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210210135352.cef55ef3a065.If96c60f08d24c2262c287168a6f0dbd7cf0f8f5c@changeid


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 34b79fcf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment