// SPDX-License-Identifier: ISC /* * Copyright (C) 2018 Lorenzo Bianconi <[email protected]> */ #include "mt76x2u.h" #include "eeprom.h" static void mt76x2u_mac_fixup_xtal(struct mt76x02_dev *dev) { … } int mt76x2u_mac_reset(struct mt76x02_dev *dev) { … } int mt76x2u_mac_stop(struct mt76x02_dev *dev) { … }