kernel/drivers/net/wireless/intel/iwlwifi/mld/mac80211.h

14 lines
325 B
C

/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/*
* Copyright (C) 2024 Intel Corporation
*/
#ifndef __iwl_mld_mac80211_h__
#define __iwl_mld_mac80211_h__
#include "mld.h"
int iwl_mld_register_hw(struct iwl_mld *mld);
void iwl_mld_recalc_multicast_filter(struct iwl_mld *mld);
#endif /* __iwl_mld_mac80211_h__ */