staging: r8188eu: remove unused variable b_hw_radio_off
authorMartin Kaiser <martin@kaiser.cx>
Mon, 13 Sep 2021 18:51:10 +0000 (20:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 07:15:14 +0000 (09:15 +0200)
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>
drivers/staging/r8188eu/include/rtw_pwrctrl.h

index 08d414a..28e4041 100644 (file)
@@ -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;