]> www.infradead.org Git - users/hch/misc.git/commitdiff
wifi: iwlwifi: really remove hw_wfpm_id
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Thu, 28 Aug 2025 08:25:53 +0000 (11:25 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Sun, 31 Aug 2025 11:39:25 +0000 (14:39 +0300)
This was meant to be removed, but seems it was re-added to the info
structure eventually.
Anyway, it is not set or used so remove it.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250828111032.78e84f722963.I1bc574a315cd5a587439974ee250887954589321@changeid
drivers/net/wireless/intel/iwlwifi/iwl-trans.h

index 277fd4131999b0f2545c4b399e088431414067b1..9f09629e2ac5da9c864829fa9ada0bd89532c7be 100644 (file)
@@ -813,7 +813,6 @@ struct iwl_txq {
  * @hw_rf_id: the device RF ID
  * @hw_cnv_id: the device CNV ID
  * @hw_crf_id: the device CRF ID
- * @hw_wfpm_id: the device wfpm ID
  * @hw_id: the ID of the device / sub-device
  *     Bits 0:15 represent the sub-device ID
  *     Bits 16:31 represent the device ID.
@@ -829,7 +828,6 @@ struct iwl_trans_info {
        u32 hw_rf_id;
        u32 hw_crf_id;
        u32 hw_cnv_id;
-       u32 hw_wfpm_id;
        u32 hw_id;
        u8 pcie_link_speed;
        u8 num_rxqs;