Skip to content

Commit

Permalink
Staging: rt3090: port changes in WPA_MIX_PAIR_CIPHER to rt3090
Browse files Browse the repository at this point in the history
This patch ports a change recently applied to rt2860/rt2870 in order to
change handling of WPA1/WPA2 mixed mode to rt3090.

Signed-off-by: Axel Koellhofer <rain_maker@root-forum.org>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Axel K authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 0961284 commit 230da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rt3090/common/cmm_wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,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;
Expand Down

0 comments on commit 230da57

Please sign in to comment.