qcacmn: QDF changes to support IPA offload

QDF changes to support IPA offload.

Change-Id: Ib3a0f667bb9c11fb65f6a41ad777ff7273288569
This commit is contained in:
Himanshu Batra
2021-09-30 11:29:11 +05:30
committed by Madan Koyyalamudi
parent 79ef411bbb
commit bd23cf7dcc
12 changed files with 299 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -24,6 +25,7 @@
/* Include Files */
#include <qdf_ipa.h>
#include <qdf_module.h>
static uint8_t __qdf_to_ipa_wlan_event(int qdf_ipa_event)
{
@@ -79,3 +81,5 @@ void __qdf_ipa_set_meta_msg_type(__qdf_ipa_msg_meta_t *meta, int type)
{
meta->msg_type = __qdf_to_ipa_wlan_event(type);
}
qdf_export_symbol(__qdf_ipa_set_meta_msg_type);