qcacld-3.0: Update channel 144 macro name

Update the Channel 144 macro name to populate regulatory channel
information.

Change-Id: I878302c6bdabf093f4ab5858ff1bdb719f894764
CRs-Fixed: 1107600
This commit is contained in:
Sandeep Puligilla
2017-01-04 16:41:39 -08:00
committed by qcabuildsw
parent b819b0ab33
commit 985d1ee3ec

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -428,7 +428,7 @@ static void hdd_process_regulatory_data(hdd_context_t *hdd_ctx,
}
if (0 == (hdd_ctx->reg.eeprom_rd_ext &
(1 << WHAL_REG_EXT_FCC_CH_144))) {
(1 << WMI_REG_EXT_FCC_CH_144))) {
cds_chan = &(reg_channels[CHAN_ENUM_144]);
cds_chan->state = CHANNEL_STATE_DISABLE;
if (NULL != wiphy_chan_144)