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
这个提交包含在:
@@ -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,
|
||||
};
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户