android_kernel_xiaomi_sm8350/core/sap
bings aa6f96a345 qcacld-3.0: Fix channel weight calculation errors in ACS mode
Channel 13 and channel 9 can be combined to HT40. The channel weight of
13 is updated with channel 9 when chStartNum of acs_ht40_channels24_g
is 9 in sap_sort_chl_weight_ht40_24_g, however at this time the channel
weight of 9 may be already updated to SAP_ACS_WEIGHT_MAX * 2 when the
chStartNum of acs_ht40_channels24_g is 1. In such case channel weight of
13 is updated incorrectly.

When update the channel weight of 13, use original channel weight of
channel 9 and channel 13.

Change-Id: Iab16cd5b1ab45fdf2f9805767d81c6fc997ee4be
CRs-Fixed: 2105213
2017-09-13 23:27:17 -07:00
..
dfs qcacld-3.0: Fix the spinlock pairing issue 2017-09-10 21:27:54 -07:00
inc qcacld-3.0: Remove sapCleanupAllChannelList() prototype 2017-09-12 19:54:17 -07:00
src qcacld-3.0: Fix channel weight calculation errors in ACS mode 2017-09-13 23:27:17 -07:00