From: Dan Williams Date: Tue, 13 Feb 2007 19:00:22 +0000 (-0500) Subject: [PATCH] prism54: correct assignment of DOT1XENABLE in WE-19 codepaths X-Git-Tag: v2.6.21-rc1~51^2^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c41651645f7604dda7abc3445e1622f9b1b9ab;p=pandora-kernel.git [PATCH] prism54: correct assignment of DOT1XENABLE in WE-19 codepaths Correct assignment of DOT1XENABLE in WE-19 codepaths. RX_UNENCRYPTED_EAPOL = 1 really means setting DOT1XENABLE _off_, and vice versa. The original WE-19 patch erroneously reversed that. This patch fixes association with unencrypted and WEP networks when using wpa_supplicant. It also adds two missing break statements that, left out, could result in incorrect card configuration. Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed