qcacmn: fix WHUNT compilation issue
Fix compilation issue on WHUNT with MLO enabled in WCN7850 Change-Id: I57ff334e9cf47468c30bc6884a9ead0a65a92eb5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -157,7 +157,6 @@ void dp_tx_desc_pool_deinit_be(struct dp_soc *soc,
|
||||
uint8_t pool_id);
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
#ifdef WLAN_MCAST_MLO
|
||||
/**
|
||||
* dp_tx_mlo_mcast_handler_be() - Tx handler for Mcast packets
|
||||
* @soc: Handle to DP Soc structure
|
||||
@@ -169,6 +168,7 @@ void dp_tx_desc_pool_deinit_be(struct dp_soc *soc,
|
||||
void dp_tx_mlo_mcast_handler_be(struct dp_soc *soc,
|
||||
struct dp_vdev *vdev,
|
||||
qdf_nbuf_t nbuf);
|
||||
#ifdef WLAN_MCAST_MLO
|
||||
#ifdef WLAN_MLO_MULTI_CHIP
|
||||
/**
|
||||
* dp_tx_mlo_mcast_pkt_send() - handler to send MLO Mcast packets
|
||||
|
Reference in New Issue
Block a user