diff options
| author | Justin Shen <chias@qca.qualcomm.com> | 2014-08-06 11:13:21 +0800 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-08-09 00:20:00 -0700 |
| commit | 5bb275fe2d6299d56cde15ceb9f5705453101791 (patch) | |
| tree | 7c0607fa1ea91bb40f68f4cae5fdbcb1980d1d04 | |
| parent | 94cdce1ef63af1296b8d31c454ea742702d40974 (diff) | |
qcacld-new: For Rome USB only, enable AP UAPSD by default.
AP UAPSD needs to be on by default for Wifi direct certification.
Change-Id: I29f592c9855c163ed7a3f3f35edbcbde73f8262a
CRs-Fixed: 705211
| -rw-r--r-- | firmware_bin/WCNSS_qcom_cfg.usb.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.usb.ini b/firmware_bin/WCNSS_qcom_cfg.usb.ini index 70aa00215a57..ae9ae4886728 100644 --- a/firmware_bin/WCNSS_qcom_cfg.usb.ini +++ b/firmware_bin/WCNSS_qcom_cfg.usb.ini @@ -122,7 +122,7 @@ gEnableApOBSSProt=0 #Enable/Disable UAPSD for SoftAP -gEnableApUapsd=0 +gEnableApUapsd=1 # Fixed Rate |
