summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtl8188e_hal.h
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2022-01-08 13:49:54 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-25 16:18:14 +0100
commiteb32a443937e2bd44e1717b26e5fe5e091dbc425 (patch)
treea2acf819eef403e455d6ed31bd17fbbfb97798aa /drivers/staging/r8188eu/include/rtl8188e_hal.h
parent269fae49e8bc232c0da9d2fa7f90243c629630c2 (diff)
downloadlinux-stable-eb32a443937e2bd44e1717b26e5fe5e091dbc425.tar.gz
linux-stable-eb32a443937e2bd44e1717b26e5fe5e091dbc425.tar.bz2
linux-stable-eb32a443937e2bd44e1717b26e5fe5e091dbc425.zip
staging: r8188eu: CurrentBW2024GTxPwrIdx is set but not used
CurrentBW2024GTxPwrIdx in struct hal_data_8188e is set but not used. It can be removed. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220108124959.313215-8-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtl8188e_hal.h')
-rw-r--r--drivers/staging/r8188eu/include/rtl8188e_hal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtl8188e_hal.h b/drivers/staging/r8188eu/include/rtl8188e_hal.h
index 1c52dd9d9721..0c7f5e078bed 100644
--- a/drivers/staging/r8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/r8188eu/include/rtl8188e_hal.h
@@ -179,7 +179,6 @@ struct hal_data_8188e {
/* The current Tx Power Level */
u8 CurrentCckTxPwrIdx;
u8 CurrentOfdm24GTxPwrIdx;
- u8 CurrentBW2024GTxPwrIdx;
/* Read/write are allow for following hardware information variables */
u8 pwrGroupCnt;