qcacld-3.0: Init-Deinit changes for WCN6450

Add changes to init-deinit WCN6450 from HDD layer

Change-Id: I0572fa109738326b469bd2b77b9e7c600ac672f8
CRs-Fixed: 3381728
This commit is contained in:
Karthik Kantamneni
2022-10-09 18:12:30 +05:30
committato da Madan Koyyalamudi
parent 51230dd9b8
commit e0cfa501a1
3 ha cambiato i file con 25 aggiunte e 4 eliminazioni

Vedi File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023 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 above
@@ -31,7 +31,7 @@
#if defined(QCA_WIFI_QCA6290) || defined(QCA_WIFI_QCA6390) || \
defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_QCA6750) || \
defined(QCA_WIFI_KIWI)
defined(QCA_WIFI_KIWI) || defined(QCA_WIFI_WCN6450)
#ifdef WLAN_FEATURE_LRO_CTX_IN_CB
static qdf_lro_ctx_t osif_dp_get_lro_ctx(struct sk_buff *skb)
{