Commit 6d490a27 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman

staging: rtl8723bs: fix macro value for 2.4Ghz only device

fix IQK_Matrix_Settings_NUM macro value to 14 which is
the max channel number value allowed in a 2.4Ghz device.
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarFabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/0b4a876929949248aa18cb919da3583c65e4ee4e.1624367072.git.fabioaiuto83@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6a782e4a
...@@ -195,10 +195,7 @@ struct odm_rate_adaptive { ...@@ -195,10 +195,7 @@ struct odm_rate_adaptive {
#define AVG_THERMAL_NUM 8 #define AVG_THERMAL_NUM 8
#define IQK_Matrix_REG_NUM 8 #define IQK_Matrix_REG_NUM 8
#define IQK_Matrix_Settings_NUM (14 + 24 + 21) /* Channels_2_4G_NUM #define IQK_Matrix_Settings_NUM 14 /* Channels_2_4G_NUM */
* + Channels_5G_20M_NUM
* + Channels_5G
*/
#define DM_Type_ByFW 0 #define DM_Type_ByFW 0
#define DM_Type_ByDriver 1 #define DM_Type_ByDriver 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment