// SPDX-License-Identifier: ISC /* * Copyright (C) 2018 Lorenzo Bianconi <[email protected]> */ #include "mt76x2u.h" #include "eeprom.h" #include "../mt76x02_phy.h" static void mt76x2u_phy_channel_calibrate(struct mt76x02_dev *dev, bool mac_stopped) { … } void mt76x2u_phy_calibrate(struct work_struct *work) { … } int mt76x2u_phy_set_channel(struct mt76x02_dev *dev, struct cfg80211_chan_def *chandef) { … }