mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
wifi: iwlwifi: mld: remove unused variable in d3.c
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>
This commit is contained in:
parent
85fad59d21
commit
d0f573f3bf
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user