qcacmn: Add interface to get / set eLNA bypass

Add interface to get / set eLNA bypass from / to firmware via WMI.

Change-Id: I2ed78aece6703c18999fdfbfdfa159a2abd477a6
CRs-Fixed: 2498526
This commit is contained in:
Min Liu
2019-07-03 17:57:58 +08:00
committed by nshrivas
parent 24dab77dbe
commit 2c14fae3d5
8 changed files with 329 additions and 0 deletions

View File

@@ -96,6 +96,10 @@
#include "wmi_unified_sta_api.h"
#endif
#ifdef WLAN_FW_OFFLOAD
#include "wmi_unified_fwol_api.h"
#endif
typedef qdf_nbuf_t wmi_buf_t;
#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)