]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: refactor rtw_ch2freq()
authorMichael Straube <straube.linux@gmail.com>
Thu, 31 Mar 2022 21:41:46 +0000 (23:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:49 +0000 (07:33 +0200)
commit345b5ccd8f072cef60c861091c73d1b4d46df76b
tree611ce6240e8c97222dbe53d29ec080a1fa4283a3
parent0ab280708155e8317ae862322ce0ba0d7455d837
staging: rtl8723bs: refactor rtw_ch2freq()

Convert the array ch_freq_map to a simple integer array and use
the indices as channel numbers. This simplifies the code and avoids
looping through the array to get the frequency. To avoid out of
bounds array access return a default value for invalid channel values,
like the original code did.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220331214146.15161-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_rf.c