/* SPDX-License-Identifier: ISC */ /* * Copyright (C) 2022 MediaTek Inc. */ #ifndef __MT7996_MAC_H #define __MT7996_MAC_H #include "../mt76_connac3_mac.h" struct mt7996_dfs_pulse { … }; struct mt7996_dfs_pattern { … } __packed; struct mt7996_dfs_radar_spec { … }; #endif