summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Puligilla <spuligil@codeaurora.org>2017-01-04 16:41:39 -0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-01 16:38:49 -0800
commit0448f976c6d5973ae67e1a3fcb8f2672b97aa874 (patch)
treec4f032a45cf21fbd86c38c08ab46009a319bf2fe
parent76dd94e406b3a738210c13950586784cd5c0478c (diff)
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
-rw-r--r--core/hdd/src/wlan_hdd_regulatory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_regulatory.c b/core/hdd/src/wlan_hdd_regulatory.c
index 83dcf4c7465c..03f2a5c364a8 100644
--- a/core/hdd/src/wlan_hdd_regulatory.c
+++ b/core/hdd/src/wlan_hdd_regulatory.c
@@ -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)