linux/drivers/net/wireless/mediatek/mt76/mt7925/mac.h

/* SPDX-License-Identifier: ISC */
/* Copyright (C) 2023 MediaTek Inc. */

#ifndef __MT7925_MAC_H
#define __MT7925_MAC_H

#include "../mt76_connac3_mac.h"

#define MT_WTBL_TXRX_CAP_RATE_OFFSET
#define MT_WTBL_TXRX_RATE_G2_HE
#define MT_WTBL_TXRX_RATE_G2

#define MT_WTBL_AC0_CTT_OFFSET

static inline u32 mt7925_mac_wtbl_lmac_addr(struct mt792x_dev *dev, u16 wcid, u8 dw)
{}

#endif