qcacmn: Implement api for interop issues ap

Implement the interface to transfer the info between
host driver and firmware about the ap which has interop
issues with the DUT. It is detected by firmware and
forwarded to user sapce for persistent storage. User
space configs these APs to firmware when the DUT
starts up next time.

CRs-Fixed: 2425197
Change-Id: I3857d2a605baa2673af333a7a0412f1690b59769
这个提交包含在:
Paul Zhang
2019-05-14 11:33:31 +08:00
提交者 nshrivas
父节点 d7196d8dd4
当前提交 5ea0a91a89
修改 10 个文件,包含 265 行新增0 行删除

查看文件

@@ -270,6 +270,7 @@
* @WLAN_UMAC_COMP_CP_STATS: Control Plane Statistics
* @WLAN_UMAC_COMP_ACTION_OUI: ACTION OUI
* @WLAN_UMAC_COMP_FWOL FW Offload
* @WLAN_UMAC_COMP_INTEROP_ISSUES_AP interop issues ap component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -307,6 +308,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_ACTION_OUI = 28,
WLAN_UMAC_COMP_FWOL = 29,
WLAN_UMAC_COMP_CFR = 30,
WLAN_UMAC_COMP_INTEROP_ISSUES_AP = 31,
WLAN_UMAC_COMP_ID_MAX,
};