|
@@ -1116,7 +1116,7 @@ static int s_bHandleRxEncryption(struct vnt_private *pDevice, u8 *pbyFrame,
|
|
|
if (byDecMode == KEY_CTL_WEP) {
|
|
|
// handle WEP
|
|
|
if ((pDevice->byLocalID <= REV_ID_VT3253_A1) ||
|
|
|
- (((PSKeyTable)(&pKey->pvKeyTable))->bSoftWEP == TRUE)) {
|
|
|
+ (((PSKeyTable)(pKey->pvKeyTable))->bSoftWEP == TRUE)) {
|
|
|
// Software WEP
|
|
|
// 1. 3253A
|
|
|
// 2. WEP 256
|
|
@@ -1213,7 +1213,7 @@ static int s_bHostWepRxEncryption(struct vnt_private *pDevice, u8 *pbyFrame,
|
|
|
// handle WEP
|
|
|
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"byDecMode == KEY_CTL_WEP\n");
|
|
|
if ((pDevice->byLocalID <= REV_ID_VT3253_A1) ||
|
|
|
- (((PSKeyTable)(&pKey->pvKeyTable))->bSoftWEP == TRUE) ||
|
|
|
+ (((PSKeyTable)(pKey->pvKeyTable))->bSoftWEP == TRUE) ||
|
|
|
(bOnFly == FALSE)) {
|
|
|
// Software WEP
|
|
|
// 1. 3253A
|