// SPDX-License-Identifier: GPL-2.0 /* Copyright (C) 2019 MediaTek Inc. * * Author: Felix Fietkau <[email protected]> * Lorenzo Bianconi <[email protected]> * Sean Wang <[email protected]> */ #include <linux/kernel.h> #include <linux/module.h> #include "mt7615.h" #include "mac.h" #include "mcu.h" #include "regs.h" static int mt7663u_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, int *seq) { … } int mt7663u_mcu_power_on(struct mt7615_dev *dev) { … } int mt7663u_mcu_init(struct mt7615_dev *dev) { … }