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 <jouni@codeaurora.org>
This commit is contained in:
parent
75d0ec4702
commit
dae85e655c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue