diff options
| author | Iliyan Malchev <malchev@google.com> | 2013-06-19 15:10:33 -0700 |
|---|---|---|
| committer | The Android Automerger <android-build@android.com> | 2013-06-20 12:20:32 -0700 |
| commit | 46fc0d89046cdf1ee9fbb287cbec9eee801b42dc (patch) | |
| tree | 765fbaca364ddf93169f86ac30b875f37012a695 | |
| parent | c29a083b148957622d071c928603355122e359ac (diff) | |
mako: properly disable ARP offload
Change-Id: I58110390379e318269ad720b3de804c065b38a7e
Signed-off-by: Iliyan Malchev <malchev@google.com>
Conflicts:
WCNSS_qcom_cfg.ini
| -rw-r--r-- | WCNSS_qcom_cfg.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index ea3ffa9..e0085e5 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -61,7 +61,10 @@ gNthBeaconFilter=50 # 2: Filter all Broadcast. 3: Filter all Mcast and Bcast McastBcastFilter=3 -#Flag to enable HostARPOffload feature or not +# Flag to enable Active mode offload +gEnableActiveModeOffload=0 + +# Flag to enable HostARPOffload feature or not hostArpOffload=0 #SoftAP Related Parameters |
