summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_pwrctrl.h
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2021-09-13 20:51:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-14 09:15:14 +0200
commita2bd64135b686689bf92c16bdf03626cf54e60af (patch)
tree27ca34eba4799770bbd9963d9ba0c4e4b88503c4 /drivers/staging/r8188eu/include/rtw_pwrctrl.h
parent1bc4e56bed3824c1ced0df4579dbdf3c542269fc (diff)
downloadlinux-a2bd64135b686689bf92c16bdf03626cf54e60af.tar.bz2
staging: r8188eu: remove unused variable b_hw_radio_off
b_hw_radio_off in struct pwrctrl_priv is not used. Remove it. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20210913185110.3065-9-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtw_pwrctrl.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_pwrctrl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_pwrctrl.h b/drivers/staging/r8188eu/include/rtw_pwrctrl.h
index 08d414aa9ef5..28e4041acb98 100644
--- a/drivers/staging/r8188eu/include/rtw_pwrctrl.h
+++ b/drivers/staging/r8188eu/include/rtw_pwrctrl.h
@@ -70,7 +70,6 @@ struct pwrctrl_priv {
struct work_struct cpwm_event;
u8 bpower_saving;
- u8 b_hw_radio_off;
u8 reg_rfoff;
u8 reg_pdnmode; /* powerdown mode */
u32 rfoff_reason;