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>
This commit is contained in:
parent
ddaf557500
commit
8d72f98abb
@ -625,7 +625,7 @@ VOID RTMPMakeRSNIE(
|
||||
UCHAR PrimaryRsnie;
|
||||
BOOLEAN bMixCipher = FALSE; // indicate the pairwise and group cipher are different
|
||||
UCHAR p_offset;
|
||||
WPA_MIX_PAIR_CIPHER FlexibleCipher = MIX_CIPHER_NOTUSE; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode
|
||||
WPA_MIX_PAIR_CIPHER FlexibleCipher = WPA_TKIPAES_WPA2_TKIPAES; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode
|
||||
|
||||
rsnielen_cur_p = NULL;
|
||||
rsnielen_ex_cur_p = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user