commit | 94f85853324e02c3a32bc3101f090dc9a3f512b4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Sep 17 17:15:31 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 23 11:35:53 2009 -0400 |
tree | b01c799520a5cb39e1403824de70f7935a5cce28 | |
parent | 018ae37292dd391494172495142b87e816a841c0 [diff] |
cfg80211: don't overwrite privacy setting When cfg80211 is instructed to connect, it always uses the default WEP key for the privacy setting, which clearly is wrong when using wpa_supplicant. Don't overwrite the setting, and rely on it being false when wpa_supplicant is not running, instead set it to true when we have keys. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>