mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Fix some sparse errors
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
78adabf36d
commit
4342c7358c
29 changed files with 721 additions and 727 deletions
|
@ -650,9 +650,9 @@ CheckFwRsvdPageContent(
|
|||
// Now we just send 4 types packet to rsvd page.
|
||||
// (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp.
|
||||
// Input:
|
||||
// bDLFinished - FALSE: At the first time we will send all the packets as a large packet to Hw,
|
||||
// bDLFinished - false: At the first time we will send all the packets as a large packet to Hw,
|
||||
// so we need to set the packet length to total lengh.
|
||||
// TRUE: At the second time, we should send the first packet (default:beacon)
|
||||
// true: At the second time, we should send the first packet (default:beacon)
|
||||
// to Hw again and set the lengh in descriptor to the real beacon lengh.
|
||||
// 2009.10.15 by tynli.
|
||||
static void SetFwRsvdPagePkt(PADAPTER padapter, bool bDLFinished)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue