wifi: add feature to support android r [1/2]
authorrongjun.chen <rongjun.chen@amlogic.com>
Tue, 11 Aug 2020 12:22:07 +0000 (20:22 +0800)
committerBin Yang <bin.yang@amlogic.com>
Wed, 12 Aug 2020 05:55:23 +0000 (13:55 +0800)
SWPL-29444

Problem:
1.VtsHalWifiV1_3TargetTest test fail

Solution:
1. add new feature to fix vts test fail issue

Verify:
deadpoo

Change-Id: I726e27a50b55adbd6de391234c2befd252481212

bcmdhd.101.10.240.x/dhd_linux.c

index 67c2bc5815a8eb5cd7b221b80ebb379ae27a313c..0f0e403e8e00ac72965c4523f7e30b5f7232e169 100644 (file)
@@ -15911,6 +15911,7 @@ dhd_dev_get_feature_set(struct net_device *dev)
                feature_set |= WIFI_FEATURE_D2AP_RTT;
        }
 #endif /* RTT_SUPPORT */
+               feature_set |= WIFI_FEATURE_SET_LATENCY_MODE;
 #ifdef LINKSTAT_SUPPORT
        feature_set |= WIFI_FEATURE_LINKSTAT;
 #endif /* LINKSTAT_SUPPORT */