commit | 4619194a49bfbbb03d20d4ca45c3eb1dc8297d9d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Oct 13 13:43:29 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Oct 22 11:30:30 2014 +0200 |
tree | 55b90997564602f237f2168a371bad73bebcdea4 | |
parent | 02219b3abca59fca81711bfe7ee78df7abad97ce [diff] |
mac80211: don't remove tainted keys after not programming When a key is tainted during resume, it is no longer programmed into the device; however, it's uploaded flag may (will) be set. Clear the flag when not programming it because it's tainted to avoid attempting to remove it again later. Signed-off-by: Johannes Berg <johannes.berg@intel.com>