commit | 1625c148cde23a8b4180e171ed4a17e17521b995 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Tue Jan 19 00:19:21 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 19 16:49:34 2010 -0500 |
tree | deee8051dbee07bfe40563fc5dfa6ce685cbb417 | |
parent | de9a47f92795f697964f662415cb27816c2d9b76 [diff] |
libertas: Set/clear WPA keys before the WEP ones With the v10 firmware running on 8688 HW, clearing WPA keys after setting the WEP key prevents us from being able to associate with WEP APs. Swapping the calling order for assoc_helper_wpa_keys() and assoc_helper_wep_keys fixes that issue. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>