1 /* SPDX-License-Identifier: ISC */
3 * Copyright (C) 2022 MediaTek Inc.
9 #include "../mt76_connac3_mac.h"
11 struct mt7996_dfs_pulse
{
12 u32 max_width
; /* us */
13 int max_pwr
; /* dbm */
14 int min_pwr
; /* dbm */
15 u32 min_stgr_pri
; /* us */
16 u32 max_stgr_pri
; /* us */
17 u32 min_cr_pri
; /* us */
18 u32 max_cr_pri
; /* us */
21 struct mt7996_dfs_pattern
{
40 struct mt7996_dfs_radar_spec
{
41 struct mt7996_dfs_pulse pulse_th
;
42 struct mt7996_dfs_pattern radar_pattern
[16];