diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2014-07-20 03:08:04 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-07-20 03:08:04 -0700 |
| commit | ed5c4a749a25eac8c13cf7f15e797cb2da9eeabf (patch) | |
| tree | 5a8955ad79452e19313e515a9885e2effbf31a0c | |
| parent | f3ae5d4944eccbd7de5e19c9b7c2d89fe6eb05f0 (diff) | |
| parent | 3427501287c867dce48865342c58e392d48ac4ad (diff) | |
Merge "Release 1.0.0.148A QCACLD WLAN Driver"
| -rw-r--r-- | CORE/MAC/inc/qwlan_version.h | 2 | ||||
| -rwxr-xr-x | firmware_bin/WCNSS_qcom_cfg.ini | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CORE/MAC/inc/qwlan_version.h b/CORE/MAC/inc/qwlan_version.h index 61a5d667d289..c4a8487995fe 100644 --- a/CORE/MAC/inc/qwlan_version.h +++ b/CORE/MAC/inc/qwlan_version.h @@ -44,7 +44,7 @@ BRIEF DESCRIPTION: #define QWLAN_VERSION_EXTRA "" #define QWLAN_VERSION_BUILD 148 -#define QWLAN_VERSIONSTR "1.0.0.148" +#define QWLAN_VERSIONSTR "1.0.0.148A" #ifdef QCA_WIFI_2_0 diff --git a/firmware_bin/WCNSS_qcom_cfg.ini b/firmware_bin/WCNSS_qcom_cfg.ini index 67dd1cd7e4c7..f5c9eaabb537 100755 --- a/firmware_bin/WCNSS_qcom_cfg.ini +++ b/firmware_bin/WCNSS_qcom_cfg.ini @@ -580,6 +580,9 @@ gDFSradarMappingPriMultiplier=4 gPNOScanSupport=1 +# Enable/Disable RX full reorder offload +gReorderOffloadSupported=1 + END # Note: Configuration parser would not read anything past the END marker |
