commit | 3027a8e799b20fc922496a12f8ad2f9f36a8a696 | [log] [tgz] |
---|---|---|
author | Avraham Stern <avraham.stern@intel.com> | Mon Feb 19 14:48:38 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 19 14:53:12 2018 +0100 |
tree | 4586e4a684002f09b114ce476e7ea9a818535b64 | |
parent | 95f3ce6a77893ac828ba841df44421620de4314b [diff] |
cfg80211: clear wep keys after disconnection When a low level driver calls cfg80211_disconnected(), wep keys are not cleared. As a result, following connection requests will fail since cfg80211 internal state shows a connection is still in progress. Fix this by clearing the wep keys when disconnecting. Signed-off-by: Avraham Stern <avraham.stern@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>