wifi: iwlwifi: update context info structure definitions
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Sep 2023 11:56:47 +0000 (14:56 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Sep 2023 14:11:40 +0000 (16:11 +0200)
Some new fields were added to the context info structure,
define them for future use.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230913145231.ef1553ab5178.I326ac8719566e04f799d294d8e863383cff87eaa@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h

index 8a377b41e26af8380727e2228b9eab7b8c5f63b2..1379dc2d231bf17e3d2d0ecd0260687d7f9d04f5 100644 (file)
@@ -187,11 +187,15 @@ struct iwl_prph_scratch_ctrl_cfg {
  * struct iwl_prph_scratch - peripheral scratch mapping
  * @ctrl_cfg: control and configuration of prph scratch
  * @dram: firmware images addresses in DRAM
+ * @fseq_override: FSEQ override parameters
+ * @step_analog_params: STEP analog calibration values
  * @reserved: reserved
  */
 struct iwl_prph_scratch {
        struct iwl_prph_scratch_ctrl_cfg ctrl_cfg;
-       __le32 reserved[10];
+       __le32 fseq_override;
+       __le32 step_analog_params;
+       __le32 reserved[8];
        struct iwl_context_info_dram dram;
 } __packed; /* PERIPH_SCRATCH_S */