qcacmn: Add API to get 2GHz/5GHz freq range and wireless modes

Offload layer uses low and high 2GHz/5GHz freq ranges and chip
supported wireless modes to populate umac ic channel list.

Change-Id: I899edd83548d68e67659b3a9273ddaaaf740540b
CRs-Fixed: 2047212
这个提交包含在:
Baila, Shashikala Prabhu
2017-05-23 11:54:45 +05:30
提交者 snandini
父节点 4881d6d543
当前提交 bc3efea885
修改 8 个文件,包含 88 行新增12 行删除

查看文件

@@ -148,6 +148,9 @@ QDF_STATUS target_if_register_regulatory_tx_ops(struct wlan_lmac_if_tx_ops
tgt_if_regulatory_unregister_master_list_handler;
reg_ops->set_country_code = tgt_if_regulatory_set_country_code;
reg_ops->fill_umac_legacy_chanlist = NULL;
return QDF_STATUS_SUCCESS;
}