Searched refs:PSPollLength (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 480 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 522 ConstructPSPoll(adapt, &ReservedPagePacket[BufIndex], &PSPollLength); in SetFwRsvdPagePkt() 523 …rtl8188e_fill_fake_txdesc(adapt, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, true, fals… in SetFwRsvdPagePkt() 525 PageNeed = (u8)PageNum_128(TxDescLen + PSPollLength); in SetFwRsvdPagePkt()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 438 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 479 ConstructPSPoll(padapter, &ReservedPagePacket[BufIndex], &PSPollLength); in SetFwRsvdPagePkt() 480 …rtl8723a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, true, f… in SetFwRsvdPagePkt() 482 PageNeed = (u8)PageNum_128(TxDescLen + PSPollLength); in SetFwRsvdPagePkt()
|