From 7fb245481a9905f888ebcab220511bdb19ad0227 Mon Sep 17 00:00:00 2001 From: Paul Zhang Date: Thu, 20 Feb 2020 09:51:15 +0800 Subject: [PATCH] qcacld-3.0: revise comment for ignore_fw_reg_offload_ind ignore_fw_reg_offload_ind is used to ignore regdb offload indication from FW and regulatory is treated as non offload. Change-Id: Ic9a47fe3ec49cf1fa9cbf7ab166decdc4ece0511 CRs-Fixed: 2630994 --- components/mlme/dispatcher/inc/cfg_mlme_reg.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/components/mlme/dispatcher/inc/cfg_mlme_reg.h b/components/mlme/dispatcher/inc/cfg_mlme_reg.h index 7f435eda8d..7f84b37e01 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_reg.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_reg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -251,15 +251,6 @@ * * This ini is used to ignore regdb offload indication from FW and * regulatory will be treated as non offload. - * There is a case where FW is sending the offload indication in - * service ready event but not sending the cc list event - * WMI_REG_CHAN_LIST_CC_EVENTID and because of this driver is not - * able to populate the channel list. To address this issue, this ini - * is added. If this ini is enabled, regulatory will always be treated as - * non offload solution. - * - * This ini should only be enabled to circumvent the above mentioned firmware - * bug. * * Related: None *