diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-04-26 20:55:39 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-26 21:16:20 +0400 |
commit | 1c9f76d47448033f1b9f420b04ae186cf996a0ed (patch) | |
tree | ebae1d5d8a2333e98f273d9dee3dd99fe08675c1 /drivers | |
parent | b52f88d901fe7eaedcc455d13ea8db0ed3fc93c2 (diff) | |
download | linux-1c9f76d47448033f1b9f420b04ae186cf996a0ed.tar.xz |
staging: rtl8723au: struct pwrctrl_priv remove unused entry b_hw_radio_off
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h index 062c38255566..44a7d4f97e09 100644 --- a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h +++ b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h @@ -165,7 +165,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; |