commit | 89c91caeccf45bbeb86104445125fe1eaec12079 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 20 13:55:19 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 06 14:48:24 2012 -0500 |
tree | 55c39a8b8e4e4515995e3c8e86369433a7b291c1 | |
parent | 077f49392819608084c6d8d20e3dcca230afe07d [diff] |
mac80211: dont program keys for stations not uploaded If a station couldn't be uploaded to the driver but is still kept (only in IBSS mode) we still shouldn't try to program the keys for it into hardware; fix this bug by skipping the key upload in this case. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>