Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/dev/iwlwifi/mld/mac80211.h
48286 views
1
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2
/*
3
* Copyright (C) 2024 Intel Corporation
4
*/
5
#ifndef __iwl_mld_mac80211_h__
6
#define __iwl_mld_mac80211_h__
7
8
#include "mld.h"
9
10
int iwl_mld_register_hw(struct iwl_mld *mld);
11
void iwl_mld_recalc_multicast_filter(struct iwl_mld *mld);
12
13
#endif /* __iwl_mld_mac80211_h__ */
14
15