Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc05e27b authored by Jianmin Zhu's avatar Jianmin Zhu
Browse files

qcacld-3.0: Increase unsafe channel max num for 6G



2G+5G+6G, total channel num is 157 until now, increase unsafe channel max
num to avoid out of buffer.

Change-Id: I1e433c0bd88290bb5493b2c4b0bda86e17b04a01
CRs-Fixed: 2752689
Signed-off-by: default avatarJianmin Zhu <jianminz@codeaurora.org>
parent a59316c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#define LPASS_PMU_INT_EN0 0xC060084
#define LPASS_PMU_INT_CLR 0xC060034
#endif
#define CNSS_MAX_CH_NUM 45
#define CNSS_MAX_CH_NUM 157
struct cnss_unsafe_channel_list {
	u16 unsafe_ch_count;
	u16 unsafe_ch_list[CNSS_MAX_CH_NUM];