commit | cd4d23c1ea9bb3769f2859b3b7b9ef24355bcba4 | [log] [tgz] |
---|---|---|
author | Ilan Peer <ilan.peer@intel.com> | Mon Jan 16 15:07:03 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Feb 08 17:54:23 2017 +0200 |
tree | a676262d0aa066076814296d5bdf9b3d88d66d73 | |
parent | 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>