linux/drivers/net/wireless/intel/iwlwifi/mvm
Miri Korenblit c0a3dfc1ce wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD
iwl_geo_tx_power_profiles_cmd::table_revision indicates whether
to use South Korea scheme or not.
We use South Korea scheme if the revision of WGDS table is 1.

We used to read the WGDS table from ACPI inside iwl_sar_geo_fill_table(),
so we had to set table_revision only after the call to it.
This added an extra if...else for each cmd version.

But it has been a while since we moved the BIOS tables reading to
INIT stage, and iwl_sar_geo_fill_table() is now only copying the
previously stored table to the cmd structure.

Set the table_revision before the call to iwl_sar_geo_fill_table()
and avoid that extra if...else.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://msgid.link/20240131091413.17a2384d4535.I306570874f1da0c6345066ebbf74a04b6c8aeb37@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-02-02 14:15:14 +01:00
..
binding.c
coex.c wifi: iwlwifi: disable eSR when BT is active 2024-02-02 13:46:28 +01:00
constants.h wifi: iwlwifi: disable eSR when BT is active 2024-02-02 13:46:28 +01:00
d3.c wifi: iwlwifi: mvm: d3: implement suspend with MLO 2024-02-02 14:15:14 +01:00
debugfs-vif.c wifi: iwlwifi: mvm: add a per-link debugfs 2023-10-23 12:21:47 +02:00
debugfs.c wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP 2023-12-21 20:35:17 +01:00
debugfs.h wifi: iwlwifi: mvm: add a per-link debugfs 2023-10-23 12:21:47 +02:00
ftm-initiator.c wifi: iwlwifi: mvm: Fix FTM initiator flags 2024-02-02 14:04:42 +01:00
ftm-responder.c wifi: iwlwifi: mvm: Add support for removing responder TKs 2024-02-02 13:46:40 +01:00
fw-api.h
fw.c wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD 2024-02-02 14:15:14 +01:00
led.c
link.c wifi: iwlwifi: mvm: Return success if link could not be removed 2023-10-23 12:48:29 +02:00
mac-ctxt.c wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface 2023-10-23 12:21:48 +02:00
mac80211.c wifi: iwlwifi: mvm: refactor duplicate chanctx condition 2024-02-02 14:04:43 +01:00
Makefile
mld-key.c wifi: iwlwifi: mvm: support SPP A-MSDUs 2024-02-02 14:04:43 +01:00
mld-mac.c
mld-mac80211.c wifi: iwlwifi: mvm: check AP supports EMLSR 2024-02-02 14:15:14 +01:00
mld-sta.c wireless-next patches for v6.8 2023-12-18 16:17:34 -08:00
mvm.h wifi: iwlwifi: mvm: refactor duplicate chanctx condition 2024-02-02 14:04:43 +01:00
nvm.c wifi: iwlwifi: mvm: fix regdb initialization 2023-10-23 12:48:30 +02:00
offloading.c
ops.c wifi: iwlwifi: fix some kernel-doc issues 2024-02-02 13:47:46 +01:00
phy-ctxt.c wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 2024-01-26 09:48:54 +01:00
power.c wifi: iwlwifi: no power save during transition to D3 2023-09-13 16:11:40 +02:00
ptp.c
quota.c
rfi.c
rs-fw.c
rs.c wifi: iwlwifi: fix some kernel-doc issues 2024-02-02 13:47:46 +01:00
rs.h wifi: iwlwifi: mvm: fix kernel-doc 2023-09-11 12:36:28 +02:00
rx.c wifi: iwlwifi: disable eSR when BT is active 2024-02-02 13:46:28 +01:00
rxmq.c wifi: iwlwifi: mvm: log dropped packets due to MIC error 2024-02-02 14:04:43 +01:00
scan.c wifi: iwlwifi: mvm: Correctly report TSF data in scan complete 2023-12-12 10:36:59 +01:00
sf.c
sta.c wifi: iwlwifi: mvm: support SPP A-MSDUs 2024-02-02 14:04:43 +01:00
sta.h wifi: iwlwifi: mvm: Add support for removing responder TKs 2024-02-02 13:46:40 +01:00
tdls.c wifi: iwlwifi: make time_events MLO aware 2023-10-23 12:48:27 +02:00
testmode.h
time-event.c wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" 2024-02-02 14:04:42 +01:00
time-event.h wifi: iwlwifi: make time_events MLO aware 2023-10-23 12:48:27 +02:00
time-sync.c
time-sync.h
tt.c wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() 2023-10-23 12:50:21 +02:00
tx.c wifi: iwlwifi: mvm: use FW rate for non-data only on new devices 2024-02-02 14:04:43 +01:00
utils.c wifi: iwlwifi: fix some kernel-doc issues 2024-02-02 13:47:46 +01:00
vendor-cmd.c