/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * Modifications for inclusion into the Linux staging tree are * Copyright(c) 2010 Larry Finger. All rights reserved. * * Contact information: * WLAN FAE <[email protected]> * Larry Finger <[email protected]> * ******************************************************************************/ #ifndef __RTL8712_WMAC_BITDEF_H__ #define __RTL8712_WMAC_BITDEF_H__ /*NAVCTRL*/ #define _NAV_UPPER_EN … #define _NAV_MTO_EN … #define _NAV_UPPER … #define _NAV_MTO_MSK … #define _NAV_MTO_SHT … #define _RTSRST_MSK … #define _RTSRST_SHT … /*BWOPMODE*/ #define _20MHZBW … /*BACAMCMD*/ #define _BACAM_POLL … #define _BACAM_RST … #define _BACAM_RW … #define _BACAM_ADDR_MSK … #define _BACAM_ADDR_SHT … /*LBDLY*/ #define _LBDLY_MSK … /*FWDLY*/ #define _FWDLY_MSK … /*RXERR_RPT*/ #define _RXERR_RPT_SEL_MSK … #define _RXERR_RPT_SEL_SHT … #define _RPT_CNT_MSK … #define _RPT_CNT_SHT … #endif /*__RTL8712_WMAC_BITDEF_H__*/