From f6b0c99637f0070eb66e58a51dd3d7072c7e22eb Mon Sep 17 00:00:00 2001 From: Arif Hussain Date: Thu, 1 Mar 2018 14:40:59 -0800 Subject: [PATCH] qcacmn: Implement extract_comb/single_phyerr for tlv Implement extract_comb_phyerr and extract_single_phyerr for tlv. Change-Id: Id65809cdd05f11e39d8f5a88a3f47632e9a92b04 CRs-Fixed: 2196835 --- wmi_unified_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_api.h b/wmi_unified_api.h index 7a6a9f4204..1789bc7f25 100644 --- a/wmi_unified_api.h +++ b/wmi_unified_api.h @@ -86,6 +86,8 @@ typedef qdf_nbuf_t wmi_buf_t; #define WMI_LOGA(args ...) #endif +#define PHYERROR_MAX_BUFFER_LENGTH 0x7F000000 + struct wmi_soc; /** * struct wmi_ops - service callbacks to upper layer