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
|
||||
@@ -211,7 +211,6 @@ dp_rx_replensih_soc_get(struct dp_soc *soc, uint8_t reo_ring_num)
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
#ifdef WLAN_MCAST_MLO
|
||||
/**
|
||||
* dp_rx_mlo_igmp_handler() - Rx handler for Mcast packets
|
||||
* @soc: Handle to DP Soc structure
|
||||
@@ -226,6 +225,5 @@ bool dp_rx_mlo_igmp_handler(struct dp_soc *soc,
|
||||
struct dp_peer *peer,
|
||||
qdf_nbuf_t nbuf);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user