Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile...
[linux-2.6-block.git] / drivers / staging / rtl8712 / rtl8712_ratectrl_bitdef.h
CommitLineData
2865d42c
LF
1#ifndef __RTL8712_RATECTRL_BITDEF_H__
2#define __RTL8712_RATECTRL_BITDEF_H__
3
4/*INIRTSMCS_SEL*/
5#define _INIRTSMCS_SEL_MSK 0x3F
6
7/* RRSR*/
8#define _RRSR_SHORT BIT(23)
9#define _RRSR_RSC_MSK 0x600000
10#define _RRSR_RSC_SHT 21
11#define _RRSR_BITMAP_MSK 0x0FFFFF
12#define _RRSR_BITMAP_SHT 0
13
14/* AGGLEN_LMT_H*/
15#define _AGGLMT_MCS32_MSK 0xF0
16#define _AGGLMT_MCS32_SHT 4
17#define _AGGLMT_MCS15_SGI_MSK 0x0F
18#define _AGGLMT_MCS15_SGI_SHT 0
19
20/* DARFRC*/
21/* RARFRC*/
22/* MCS_TXAGC*/
23/* CCK_TXAGC*/
24#define _CCK_MSK 0xFF00
25#define _CCK_SHT 8
26#define _BARKER_MSK 0x00FF
27#define _BARKER_SHT 0
28
29#endif /* __RTL8712_RATECTRL_BITDEF_H__*/
30