mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
staging: rtl8188eu: remove two write-only hal components
RegTxPause and RegBcnCtrlVal from struct hal_data_8188e are set but never read. Remove them. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20210725155902.32433-11-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e79942ec2c
commit
bd4680034d
@@ -563,8 +563,6 @@ static void _InitBeaconParameters(struct adapter *Adapter)
|
||||
/* beacause test chip does not contension before sending beacon. by tynli. 2009.11.03 */
|
||||
usb_write16(Adapter, REG_BCNTCFG, 0x660F);
|
||||
|
||||
haldata->RegBcnCtrlVal = usb_read8(Adapter, REG_BCN_CTRL);
|
||||
haldata->RegTxPause = usb_read8(Adapter, REG_TXPAUSE);
|
||||
haldata->RegFwHwTxQCtrl = usb_read8(Adapter, REG_FWHW_TXQ_CTRL + 2);
|
||||
haldata->RegReg542 = usb_read8(Adapter, REG_TBTT_PROHIBIT + 2);
|
||||
haldata->RegCR_1 = usb_read8(Adapter, REG_CR + 1);
|
||||
|
||||
@@ -230,9 +230,6 @@ struct hal_data_8188e {
|
||||
/* for host message to fw */
|
||||
u8 LastHMEBoxNum;
|
||||
|
||||
u8 RegTxPause;
|
||||
/* Beacon function related global variable. */
|
||||
u32 RegBcnCtrlVal;
|
||||
u8 RegFwHwTxQCtrl;
|
||||
u8 RegReg542;
|
||||
u8 RegCR_1;
|
||||
|
||||
Reference in New Issue
Block a user