From dae85e655c72f535d9052ae60c29699535f8e5af Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Wed, 12 Feb 2020 15:21:21 +0530 Subject: [PATCH] P2P: Increase number of channels per operating class Some of the operating classes added in the 6 GHz band have a larger number of channels included in them (e.g., operating class 131 has 59 channels). Increase the maximum number of channels per operating class so that all channels will get populated. Signed-off-by: Jouni Malinen --- src/p2p/p2p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p2p/p2p.h b/src/p2p/p2p.h index 79de09cef..2dae6c6ec 100644 --- a/src/p2p/p2p.h +++ b/src/p2p/p2p.h @@ -36,7 +36,7 @@ /** * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class */ -#define P2P_MAX_REG_CLASS_CHANNELS 20 +#define P2P_MAX_REG_CLASS_CHANNELS 60 /** * struct p2p_channels - List of supported channels