Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab983298 authored by Sandeep Singh's avatar Sandeep Singh
Browse files

cnss_utils: Compile wlan service file as part of GPL module



Compile wlan service file as part of GPL module.

Change-Id: If200d60c3b6c79041def9214329d0b2d2366038b
Signed-off-by: default avatarSandeep Singh <sandsing@codeaurora.org>
parent dd05986c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */


#include "wlan_firmware_service_v01.h"
#include "wlan_firmware_service_v01.h"
#include <linux/module.h>


static struct qmi_elem_info wlfw_ce_tgt_pipe_cfg_s_v01_ei[] = {
static struct qmi_elem_info wlfw_ce_tgt_pipe_cfg_s_v01_ei[] = {
	{
	{
@@ -4930,3 +4931,5 @@ struct qmi_elem_info wlfw_pcie_gen_switch_resp_msg_v01_ei[] = {
};
};
EXPORT_SYMBOL(wlfw_pcie_gen_switch_resp_msg_v01_ei);
EXPORT_SYMBOL(wlfw_pcie_gen_switch_resp_msg_v01_ei);


MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("WLAN qmi service driver");