]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: mld: remove unused variable in d3.c
authorAlly Heev <allyheev@gmail.com>
Tue, 11 Nov 2025 08:23:51 +0000 (13:53 +0530)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 21 Jan 2026 12:23:02 +0000 (14:23 +0200)
remove unused variable `old_keys`

Signed-off-by: Ally Heev <allyheev@gmail.com>
Link: https://patch.msgid.link/20251111-aheev-remove-unused-var-old-keys-v1-1-988de3a91b1c@gmail.com
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/d3.c

index dd85be94433cc5108e208d4c60dbb9736b752726..6595542e95cf0237e5efb44e491b36c47bba0efc 100644 (file)
@@ -996,8 +996,6 @@ static void iwl_mld_mlo_rekey(struct iwl_mld *mld,
                              struct iwl_mld_wowlan_status *wowlan_status,
                              struct ieee80211_vif *vif)
 {
-       struct iwl_mld_old_mlo_keys *old_keys __free(kfree) = NULL;
-
        IWL_DEBUG_WOWLAN(mld, "Num of MLO Keys: %d\n", wowlan_status->num_mlo_keys);
 
        if (!wowlan_status->num_mlo_keys)