// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2014 Felix Fietkau <[email protected]> * Copyright (C) 2015 Jakub Kicinski <[email protected]> * Copyright (C) 2018 Stanislaw Gruszka <[email protected]> */ #include <linux/etherdevice.h> #include "mt76x0.h" static void mt76x0_set_channel(struct mt76x02_dev *dev, struct cfg80211_chan_def *chandef) { … } int mt76x0_set_sar_specs(struct ieee80211_hw *hw, const struct cfg80211_sar_specs *sar) { … } EXPORT_SYMBOL_GPL(…); int mt76x0_config(struct ieee80211_hw *hw, u32 changed) { … } EXPORT_SYMBOL_GPL(…);