staging: rtl8192e: Remove unused variable bss_start_channel

Remove unused variable bss_start_channel.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/a13a8421d43ef1baa2077af1d4955059eba52d79.1700431464.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Philipp Hortmann
2023-11-19 23:16:05 +01:00
committed by Greg Kroah-Hartman
parent 7c9f034779
commit 6025bef95f
2 changed files with 0 additions and 3 deletions

View File

@@ -25,6 +25,5 @@ void dot11d_channel_map(struct rtllib_device *ieee)
for (i = 12; i <= 13; i++)
GET_DOT11D_INFO(ieee)->channel_map[i] = 2;
ieee->bss_start_channel = 10;
}
EXPORT_SYMBOL(dot11d_channel_map);

View File

@@ -1324,8 +1324,6 @@ struct rtllib_device {
void *dot11d_info;
u8 active_channel_map[MAX_CHANNEL_NUMBER+1];
u8 bss_start_channel;
int rate; /* current rate */
int basic_rate;