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)
commit8a56b5ce774e4fd9aaa8959a706fc3bb226bf3d8
tree611ce6240e8c97222dbe53d29ec080a1fa4283a3
parentf232da0fa9151571ddfd830e0d1cd8941e60b5be
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