staging: rtl8188eu: remove a write-only struct member

FwRsvdPageStartOffset in struct hal_data_8188e is never read. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210612180019.20387-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2021-06-12 20:00:16 +02:00 committed by Greg Kroah-Hartman
parent ebdc8d8cf6
commit 33bbc15d5a
2 changed files with 0 additions and 4 deletions

View File

@ -466,7 +466,6 @@ static void SetFwRsvdPagePkt(struct adapter *adapt, bool bDLFinished)
if (PageNeed == 1)
PageNeed += 1;
PageNum += PageNeed;
adapt->HalData->FwRsvdPageStartOffset = PageNum;
BufIndex += PageNeed * 128;

View File

@ -275,9 +275,6 @@ struct hal_data_8188e {
u8 bDumpRxPkt;/* for debug */
u8 bDumpTxPkt;/* for debug */
u8 FwRsvdPageStartOffset; /* Reserve page start offset except
* beacon in TxQ.
*/
/* Add for dual MAC 0--Mac0 1--Mac1 */
u32 interfaceIndex;