summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCNSS_WLAN Service <cnssbldsw@qualcomm.com>2018-05-17 06:44:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-17 06:44:35 -0700
commitf31862c96eb0aa74dfe3cda696d9e13dc6d020d5 (patch)
tree9be43aea25cd3b934177f47ccc83c01e1620cc90
parente0c2fd9faa04a52072172c2f1b8f6f8392ee3cda (diff)
parentccef34c2b4c5430185c146bad2ba7d7e20b9aba4 (diff)
Merge "qcacld-2.0: bring-up with Rocko on LE.UM.2.3.6 compilation issue fix" into wlan-cld2.driver.lnx.1.0
-rw-r--r--CORE/HDD/src/wlan_hdd_wext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_wext.c b/CORE/HDD/src/wlan_hdd_wext.c
index e5feff793009..117e51f9d21e 100644
--- a/CORE/HDD/src/wlan_hdd_wext.c
+++ b/CORE/HDD/src/wlan_hdd_wext.c
@@ -7236,6 +7236,7 @@ static int __iw_setint_getnone(struct net_device *dev,
wlan_hdd_mnt_filter_type_cmd(pAdapter, &filter_type,sizeof(v_U8_t));
break;
}
+#ifdef FEATURE_WLAN_TDLS
case WE_SET_TDLS_OFFCHANNEL_MODE:
{
hddLog(LOG1, "SET tdls_offchannel_mode val %d", set_value);
@@ -7262,6 +7263,7 @@ static int __iw_setint_getnone(struct net_device *dev,
ret = hdd_set_tdls_secoffchanneloffset(pHddCtx, set_value);
break;
}
+#endif
default:
{
hddLog(LOGE, "%s: Invalid sub command %d", __func__, sub_cmd);