diff options
author | Ajit Vaishya <ajitv@codeaurora.org> | 2017-07-12 12:33:13 +0530 |
---|---|---|
committer | Ajit Vaishya <ajitv@codeaurora.org> | 2017-10-06 14:20:15 +0530 |
commit | e923de74c88faee2fe18f8b15cbc1935ff7dddec (patch) | |
tree | 373128f298a5e5d7a02d5cddf1e31042b5814db2 | |
parent | 2181cd7b730baf889811ec8d1802e29cb084994a (diff) |
Enable Mac address spoofing by default.
This commit by default enable Mac Spoofing.
Change-Id: I82c5f41fb8ef6253a0189007199bde4c83f7f11e
CRs-Fixed: 2104093
-rwxr-xr-x | WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index 6a224db..b411b5e 100755 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -361,7 +361,7 @@ gEnableTDLSOffChannel=1 # Enable or Disable Random MAC (Spoofing) # 1=Enable, 0=Disable (default) -gEnableMacAddrSpoof=0 +gEnableMacAddrSpoof=1 ################ Datapath feature set Begin ################ # Bus bandwidth threshold values in terms of number of packets |