1 /* SPDX-License-Identifier: ISC */
2 /* Copyright (C) 2020 MediaTek Inc. */
4 #ifndef __MT7915_TESTMODE_H
5 #define __MT7915_TESTMODE_H
14 struct mt7915_tm_freq_offset
{
19 struct mt7915_tm_slot_time
{
29 struct mt7915_tm_clean_txq
{
31 u8 wcid
; /* 256 sta */
36 struct mt7915_tm_cmd
{
42 struct mt7915_tm_trx trx
;
43 struct mt7915_tm_freq_offset freq
;
44 struct mt7915_tm_slot_time slot
;
45 struct mt7915_tm_clean_txq clean
;
69 struct mt7915_tm_rf_test
{
83 struct tm_tx_cont tx_cont
;
96 RF_OPER_WIFI_SPECTRUM
,
100 TAM_ARB_OP_MODE_NORMAL
= 1,
101 TAM_ARB_OP_MODE_TEST
,
102 TAM_ARB_OP_MODE_FORCE_SU
= 5,