summaryrefslogtreecommitdiff
path: root/data/random/027.csv
diff options
context:
space:
mode:
Diffstat (limited to 'data/random/027.csv')
0 files changed, 0 insertions, 0 deletions
et-next.git/commit/?h=nds-private-remove&id=735a0045f9ea8372bcf3e599cbd3aa891a216b26'>735a0045f9ea8372bcf3e599cbd3aa891a216b26 (diff)
iwlwifi: mvm: Fix removal of IGTK
When removing an IGTK, iwl_mvm_send_sta_igtk() was called before station ID was retrieved, so the function was invoked with an invalid station ID. Fix this by first getting the station ID. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=192411 Signed-off-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/sta.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c