staging: rtl8723bs: remove commented out condition
remove commented out condition checking channel > 14. Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/83762719c0c13ac8b78612a32db26e691eef17d1.1626874164.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ddd7c8b003
commit
2a62ff1313
|
@ -159,7 +159,7 @@ static char *translate_scan(struct adapter *padapter,
|
|||
start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN);
|
||||
}
|
||||
|
||||
if (pnetwork->network.Configuration.DSConfig < 1 /*|| pnetwork->network.Configuration.DSConfig > 14*/)
|
||||
if (pnetwork->network.Configuration.DSConfig < 1)
|
||||
pnetwork->network.Configuration.DSConfig = 1;
|
||||
|
||||
/* Add frequency/channel */
|
||||
|
|
Loading…
Reference in New Issue