Loading drivers/net/wireless/cnss_utils/cnss_utils.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2017, 2019 The Linux Foundation. All rights reserved. */ /* Copyright (c) 2017, 2021 The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "cnss_utils: " fmt Loading @@ -10,7 +10,7 @@ #include <linux/debugfs.h> #include <net/cnss_utils.h> #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]; Loading Loading
drivers/net/wireless/cnss_utils/cnss_utils.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2017, 2019 The Linux Foundation. All rights reserved. */ /* Copyright (c) 2017, 2021 The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "cnss_utils: " fmt Loading @@ -10,7 +10,7 @@ #include <linux/debugfs.h> #include <net/cnss_utils.h> #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]; Loading