commit | 3549716484a95fd16f7fcf8b68699bd4c803b382 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <samuel.ortiz@intel.com> | Mon Jun 15 21:59:54 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 14:57:52 2009 -0400 |
tree | f1fd8ce07afec9562f178455a03aacf1faa43dc5 | |
parent | 191506ecbce03f09f6afa76f1af069574bf99bec [diff] |
iwmc3200wifi: cache keys when interface is down When the interface is down and one sets a WEP key from userspace, we should be able to simply cache it. Since that implies setting part of the profile's security settings, we now alloc/free the umac_profile at probe/remove time, and no longer at interface bring up/down time. Simply resetting it during the latter is enough. Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>