Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: remove obsolete 5Ghz comments

remove obsolete 5Ghz comments.

Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/608f0b08ffae821d695cb2eadcffbd592912c906.1624367072.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Fabio Aiuto and committed by
Greg Kroah-Hartman
43cf7e96 6d490a27

-6
-2
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
··· 202 202 203 203 static int rtw_ieee80211_channel_to_frequency(int chan, int band) 204 204 { 205 - /* see 802.11 17.3.8.3.2 and Annex J 206 - * there are overlapping channel numbers in 5GHz and 2GHz bands */ 207 205 if (band == NL80211_BAND_2GHZ) { 208 206 if (chan == 14) 209 207 return 2484;
-4
drivers/staging/rtl8723bs/os_dep/wifi_regd.c
··· 44 44 45 45 static int rtw_ieee80211_channel_to_frequency(int chan, int band) 46 46 { 47 - /* see 802.11 17.3.8.3.2 and Annex J 48 - * there are overlapping channel numbers in 5GHz and 2GHz bands 49 - */ 50 - 51 47 /* NL80211_BAND_2GHZ */ 52 48 if (chan == 14) 53 49 return 2484;