mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove CONFIG_WAPI_SUPPORT
This symbol is not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1d52d1060a
commit
4b61fd5bf7
17 changed files with 7 additions and 591 deletions
|
@ -611,11 +611,6 @@ static void ConstructARPResponse(
|
|||
case _AES_:
|
||||
EncryptionHeadOverhead = 8;
|
||||
break;
|
||||
#ifdef CONFIG_WAPI_SUPPORT
|
||||
case _SMS4_:
|
||||
EncryptionHeadOverhead = 18;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
EncryptionHeadOverhead = 0;
|
||||
}
|
||||
|
@ -864,13 +859,8 @@ static void SetFwRsvdPagePkt(struct adapter *padapter, BOOLEAN bDLFinished)
|
|||
case _AES_:
|
||||
ReservedPagePacket[BufIndex-TxDescLen+6] |= BIT(6)|BIT(7);
|
||||
break;
|
||||
#ifdef CONFIG_WAPI_SUPPORT
|
||||
case _SMS4_:
|
||||
ReservedPagePacket[BufIndex-TxDescLen+6] |= BIT(7);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
;
|
||||
break;
|
||||
}
|
||||
|
||||
PageNeed = (u8)PageNum_128(TxDescLen + ARPLegnth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue