diff options
| author | Ahmad Kholaif <akholaif@qca.qualcomm.com> | 2014-01-13 21:21:42 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@qca.qualcomm.com> | 2014-01-26 20:06:35 -0800 |
| commit | ca654f3381b2fc81a2e217817d49324a66cbe506 (patch) | |
| tree | 6accc2da710dbb8c48ae8fba6c6d0f1ff9a106fc /firmware_bin | |
| parent | 96f3f60dad5650d21ffab346362022446098f561 (diff) | |
CLD: Add iwpriv cmds to set channel time quota & latency for MCC
To help with CST testing for MCC, 2 new iwpriv commands are added to allow
run-time configuration of both channel time and channel latency for home
channels in MCC mode. The commands are:
- iwpriv <MCC mode> setMccLatency <latency in ms>
- iwpriv <MCC mode> setMccQuota <quota in ms>
Notes:
- MCC mode: wlan0 or p2p0. Only MCC modes STA and P2P are currently
assumed.
- latency: minimum non-zero value is 30ms. Otherwise, use 0 for default
setting
- quota: minimum is 20ms, and maximum is 80ms.
- Setting the MCC latency and/or quota for home channels is only possible
iff MCC Adaptive Scheduler feature is disabled.
- Based on the adapter specified in the command, i.e., wlan0 vs. p2p0,
host driver finds out the operating channel and formats both the channel
number and latency (or quota) in a bit vector then passes it to WMA.
- In the case of iwpriv setMccQuota cmd, host driver finds out the other
MCC mode/adapter and its corresponding channel number. Then it formats
channel numbers of both MCC modes/adapters and the time quota specified
in the iwpriv cmd as a bit vector and passes it on to WMI.
- setMccQuota specifies the time quota for a single adapter/mode, while
host driver calculates quota for the 2nd MCC adapter as:
100 - quota_of_first_adapter
Change-Id: If9caec2bb497ffb21c2497de9b448a3095dcea6b
CRs-fixed: 592965
Diffstat (limited to 'firmware_bin')
| -rw-r--r-- | firmware_bin/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.ini b/firmware_bin/WCNSS_qcom_cfg.ini index cf861ec524d0..f055b00bc261 100644 --- a/firmware_bin/WCNSS_qcom_cfg.ini +++ b/firmware_bin/WCNSS_qcom_cfg.ini @@ -487,7 +487,7 @@ gVhtMpduLen=2 # Enable or Disable MCC Adaptive Scheduler at the FW # 1=Enable (default), 0=Disable -gEnableMCCAdaptiveScheduler=0 +gEnableMCCAdaptiveScheduler=1 #Enable or Disable p2p device address administered isP2pDeviceAddrAdministrated=0 |
