summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-09-22 22:04:14 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-27 17:29:42 +0200
commitfeb6c84f907d7f45504d30f173c0d33320c11170 (patch)
tree0617cf8c8a5a040a17604ea8c650d1ed4f426092
parentcd88a0a44a6414690e3bf4b9484db7e2ac1ce957 (diff)
downloadlinux-stable-feb6c84f907d7f45504d30f173c0d33320c11170.tar.gz
linux-stable-feb6c84f907d7f45504d30f173c0d33320c11170.tar.bz2
linux-stable-feb6c84f907d7f45504d30f173c0d33320c11170.zip
staging: r8188eu: remove enum secondary_ch_offset
The enum secondary_ch_offset is not used, remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210922200420.9693-42-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/r8188eu/include/ieee80211.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/r8188eu/include/ieee80211.h b/drivers/staging/r8188eu/include/ieee80211.h
index f0d5a640143f..b2b0d8ee903f 100644
--- a/drivers/staging/r8188eu/include/ieee80211.h
+++ b/drivers/staging/r8188eu/include/ieee80211.h
@@ -1089,13 +1089,6 @@ enum parse_res rtw_ieee802_11_parse_elems(u8 *start, uint len,
u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len,
unsigned char *source, unsigned int *frlen);
u8 *rtw_set_ie(u8 *pbuf, int index, uint len, u8 *source, uint *frlen);
-
-enum secondary_ch_offset {
- SCN = 0, /* no secondary channel */
- SCA = 1, /* secondary channel above */
- SCB = 3, /* secondary channel below */
-};
-
u8 *rtw_get_ie(u8 *pbuf, int index, int *len, int limit);
void rtw_set_supported_rate(u8 *SupportedRates, uint mode);