linux/drivers/staging/rtl8712/rtl8712_ratectrl_bitdef.h

/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/
#ifndef __RTL8712_RATECTRL_BITDEF_H__
#define __RTL8712_RATECTRL_BITDEF_H__

/*INIRTSMCS_SEL*/
#define _INIRTSMCS_SEL_MSK

/* RRSR*/
#define _RRSR_SHORT
#define _RRSR_RSC_MSK
#define _RRSR_RSC_SHT
#define _RRSR_BITMAP_MSK
#define _RRSR_BITMAP_SHT

/* AGGLEN_LMT_H*/
#define _AGGLMT_MCS32_MSK
#define _AGGLMT_MCS32_SHT
#define _AGGLMT_MCS15_SGI_MSK
#define _AGGLMT_MCS15_SGI_SHT

/* DARFRC*/
/* RARFRC*/
/* MCS_TXAGC*/
/* CCK_TXAGC*/
#define _CCK_MSK
#define _CCK_SHT
#define _BARKER_MSK
#define _BARKER_SHT

#endif	/*	__RTL8712_RATECTRL_BITDEF_H__*/