From: Johannes Berg Date: Fri, 18 Sep 2009 00:15:31 +0000 (-0700) Subject: cfg80211: don't overwrite privacy setting X-Git-Tag: v2.6.32-rc1~27^2~11^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f85853324e02c3a32bc3101f090dc9a3f512b4;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed