mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Staging: rtl8192e: Remove variable bLastSeg
Remove variable bLastSeg as it is defined but never used. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20231210193705.2131807-3-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e90337ccf4
commit
f9f0bcaa91
@@ -103,7 +103,6 @@ struct cb_desc {
|
||||
/* Tx Desc Related flags (8-9) */
|
||||
u8 bLastIniPkt:1;
|
||||
u8 bCmdOrInit:1;
|
||||
u8 bLastSeg:1;
|
||||
u8 bEncrypt:1;
|
||||
u8 tx_dis_rate_fallback:1;
|
||||
u8 tx_use_drv_assinged_rate:1;
|
||||
|
||||
Reference in New Issue
Block a user