diff options
| author | Akash Patel <akashp@codeaurora.org> | 2014-09-04 20:24:56 -0700 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2014-09-04 20:27:46 -0700 |
| commit | a135ea267e979f607880fce08bf9c62a09fc83f7 (patch) | |
| tree | 9c7301249a2233a1e17359a22145c49936a21897 /CORE/SAP/src/sapModule.c | |
| parent | 0cc7e1723853a3b7a46cf054db23533f2796c235 (diff) | |
| parent | 5a105f04dc98e15129a502217be7b880e2d5eac8 (diff) | |
Release 1.0.0.184 QCACLD WLAN Driver
Merge commit '5a105f04dc98e15129a502217be7b880e2d5eac8' into HEAD
* commit '5a105f04dc98e15129a502217be7b880e2d5eac8':
Cafstaging Release 1.0.0.184
qcacld-new:update channel list if FW supports channel 144
qcacld: Update rfChannels and channel index
qcacld-new: Update Kbuild and remove hardcoding for eRfChannels
qcacld: Update 5GHz channel bonding mode
qcacld: Update end channel of operating Band
qcacld: Add channel 144 in 5GHz channel list
qcacld: Check for valid channels and enable channel 144
qcacld: channel 144 support:port extra changes from pronto
qcacld-new: Fix that FW backtrace only shows 15 registers
qcacld: CL 1068659 - update fw debug log file
qcacld: CL 1074397 - update fw debug log file
Change-Id: I3e5b6bfb4fe13ad68c6f2ecb102ae2e539d4993d
Diffstat (limited to 'CORE/SAP/src/sapModule.c')
| -rw-r--r-- | CORE/SAP/src/sapModule.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CORE/SAP/src/sapModule.c b/CORE/SAP/src/sapModule.c index 621e71e26cda..d72c1eef3eca 100644 --- a/CORE/SAP/src/sapModule.c +++ b/CORE/SAP/src/sapModule.c @@ -1712,7 +1712,11 @@ WLANSAP_SetChannelRange(tHalHandle hHal,v_U8_t startChannel, v_U8_t endChannel, case eSAP_RF_SUBBAND_5_MID_GHZ: bandStartChannel = RF_CHAN_100; +#ifndef FEATURE_WLAN_CH144 bandEndChannel = RF_CHAN_140; +#else + bandEndChannel = RF_CHAN_144; +#endif /* FEATURE_WLAN_CH144 */ break; case eSAP_RF_SUBBAND_5_HIGH_GHZ: |
