diff options
author | Bryan Stephenson <acreda1234@tiscali.co.uk> | 2009-05-01 16:07:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 14:00:50 -0400 |
commit | 8d72f98abbabddd5785a668e0d24db3e739f78b4 (patch) | |
tree | 9305680baeec190ec7e6e6e01265e11fd2012855 | |
parent | ddaf557500664b88951f8b1e9b4cb9d368892fd6 (diff) |
Staging: rt2860: fix for driver RT2860 to be able to connect to WPA2 networks
Hi
patch to change a line in the cmm_wpa.c file for the rt2860 driver so it
can connect to WPA2 networks with TKIP & AES encryption
Signed-off-by: Bryan Stephenson <acreda1234@tiscali.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/rt2860/common/cmm_wpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2860/common/cmm_wpa.c b/drivers/staging/rt2860/common/cmm_wpa.c index d467f5338c45..bda69e76867e 100644 --- a/drivers/staging/rt2860/common/cmm_wpa.c +++ b/drivers/staging/rt2860/common/cmm_wpa.c | |||
@@ -625,7 +625,7 @@ VOID RTMPMakeRSNIE( | |||
625 | UCHAR PrimaryRsnie; | 625 | UCHAR PrimaryRsnie; |
626 | BOOLEAN bMixCipher = FALSE; // indicate the pairwise and group cipher are different | 626 | BOOLEAN bMixCipher = FALSE; // indicate the pairwise and group cipher are different |
627 | UCHAR p_offset; | 627 | UCHAR p_offset; |
628 | WPA_MIX_PAIR_CIPHER FlexibleCipher = MIX_CIPHER_NOTUSE; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode | 628 | WPA_MIX_PAIR_CIPHER FlexibleCipher = WPA_TKIPAES_WPA2_TKIPAES; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode |
629 | 629 | ||
630 | rsnielen_cur_p = NULL; | 630 | rsnielen_cur_p = NULL; |
631 | rsnielen_ex_cur_p = NULL; | 631 | rsnielen_ex_cur_p = NULL; |