wlan: Correcting a check for 11ac in csrRoamSetBssConfigCfg() where we set the VHT channel width

When gDot11Mode=0 and gChannelBondingMode5GHz=1 our SAP should fall back
to VHT40.
But in csrRoamSetBssConfigCfg(), we were checking for cfgCb > 2 and set
the VHT channel width which will be propagated in the beacons.
For gChannelBondingMode5GHz=1, cfgCb contain a mapped value of 3 (which
is still a vlaid value for 11n mode) from
csrConvertCBIniValueToPhyCBState().
Modifying the check from cfgCb>2 to cfgCb>3 to set the VHT channel
width.

Change-Id: I65729e90abe866da96bf0f7734918cd58e223346
CR-Fixed: 414112
1 file changed
tree: b2bc8649600aab3839bc4fa262eada834aabb7a8
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Kconfig
  5. Makefile