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

Commit 5161b651 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss_utils: Compile wlan service file as part of GPL module"

parents d3cbb54d ab983298
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */

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

static struct qmi_elem_info wlfw_ce_tgt_pipe_cfg_s_v01_ei[] = {
	{
@@ -4966,3 +4967,5 @@ struct qmi_elem_info 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");