1*6b627f88SBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2*6b627f88SBjoern A. Zeeb /* 3*6b627f88SBjoern A. Zeeb * Copyright (C) 2024 Intel Corporation 4*6b627f88SBjoern A. Zeeb */ 5*6b627f88SBjoern A. Zeeb #ifndef __iwl_mld_mac80211_h__ 6*6b627f88SBjoern A. Zeeb #define __iwl_mld_mac80211_h__ 7*6b627f88SBjoern A. Zeeb 8*6b627f88SBjoern A. Zeeb #include "mld.h" 9*6b627f88SBjoern A. Zeeb 10*6b627f88SBjoern A. Zeeb int iwl_mld_register_hw(struct iwl_mld *mld); 11*6b627f88SBjoern A. Zeeb void iwl_mld_recalc_multicast_filter(struct iwl_mld *mld); 12*6b627f88SBjoern A. Zeeb 13*6b627f88SBjoern A. Zeeb #endif /* __iwl_mld_mac80211_h__ */ 14