Loading
qcacmn: Use feature flag based api for 4_9GHz channels population
Currently reg fill master channel list api directly uses 4_9GHz channel macros to populate band channels. Since 4_9Ghz channels are featurized if feature flag is disable 4_9GHz channels might be invalid which may lead to out of bound access in reg populate band channels api. To address above issue, use feature flag based api to populate 4_9GHz channels. Change-Id: Ied9a43301451faf2741188e4a98d4c8e47af9f38 CRs-Fixed: 2913703