diff options
author | 2021-06-22 15:09:47 +0200 | |
---|---|---|
committer | 2021-06-24 14:43:45 +0200 | |
commit | aa9224a800439d5af35302c7b50e4bb5d2f036cc (patch) | |
tree | d52ac4c692023886cc35eceafc0fd240c89f5844 | |
parent | staging: rtl8723bs: remove code related to unsupported channel bandwidth (diff) | |
download | linux-dev-aa9224a800439d5af35302c7b50e4bb5d2f036cc.tar.xz linux-dev-aa9224a800439d5af35302c7b50e4bb5d2f036cc.zip |
staging: rtl8723bs: remove unused enum items related to channel bonding
remove unused enum items related to channel bonding.
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/beb6760c04116b4720edf7257149828653bbda26.1624367071.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723bs/include/rtw_rf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_rf.h b/drivers/staging/rtl8723bs/include/rtw_rf.h index 98bc274e5e81..550471637315 100644 --- a/drivers/staging/rtl8723bs/include/rtw_rf.h +++ b/drivers/staging/rtl8723bs/include/rtw_rf.h @@ -98,14 +98,6 @@ enum { VHT_DATA_SC_DONOT_CARE = 0, VHT_DATA_SC_20_UPPER_OF_80MHZ = 1, VHT_DATA_SC_20_LOWER_OF_80MHZ = 2, - VHT_DATA_SC_20_UPPERST_OF_80MHZ = 3, - VHT_DATA_SC_20_LOWEST_OF_80MHZ = 4, - VHT_DATA_SC_20_RECV1 = 5, - VHT_DATA_SC_20_RECV2 = 6, - VHT_DATA_SC_20_RECV3 = 7, - VHT_DATA_SC_20_RECV4 = 8, - VHT_DATA_SC_40_UPPER_OF_80MHZ = 9, - VHT_DATA_SC_40_LOWER_OF_80MHZ = 10, }; /* 2007/11/15 MH Define different RF type. */ |