mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Fix more endian issues
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b3e44458db
commit
276a62340a
5 changed files with 64 additions and 62 deletions
|
@ -571,7 +571,7 @@ static void ConstructARPResponse(
|
|||
struct security_priv *psecuritypriv = &padapter->securitypriv;
|
||||
static u8 ARPLLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x08, 0x06};
|
||||
|
||||
u16 *fctrl;
|
||||
__le16 *fctrl;
|
||||
u32 pktlen;
|
||||
u8 *pARPRspPkt = pframe;
|
||||
//for TKIP Cal MIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue