ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / staging / rtl8712 / rtl8712_timectrl_bitdef.h
1 #ifndef __RTL8712_TIMECTRL_BITDEF_H__
2 #define __RTL8712_TIMECTRL_BITDEF_H__
3
4 /*TSFTR*/
5 /*SLOT*/
6 /*USTIME*/
7
8 /*TUBASE*/
9 #define _TUBASE_MSK 0x07FF
10
11 /*SIFS_CCK*/
12 #define _SIFS_CCK_TRX_MSK 0xFF00
13 #define _SIFS_CCK_TRX_SHT 0x8
14 #define _SIFS_CCK_CTX_MSK 0x00FF
15 #define _SIFS_CCK_CTX_SHT 0
16
17 /*SIFS_OFDM*/
18 #define _SIFS_OFDM_TRX_MSK 0xFF00
19 #define _SIFS_OFDM_TRX_SHT 0x8
20 #define _SIFS_OFDM_CTX_MSK 0x00FF
21 #define _SIFS_OFDM_CTX_SHT 0
22
23 /*PIFS*/
24 /*ACKTO*/
25 /*EIFS*/
26 /*BCNITV*/
27 /*ATIMWND*/
28
29 /*DRVERLYINT*/
30 #define _ENSWBCN BIT(15)
31 #define _DRVERLY_TU_MSK 0x0FF0
32 #define _DRVERLY_TU_SHT 4
33 #define _DRVERLY_US_MSK 0x000F
34 #define _DRVERLY_US_SHT 0
35
36 /*BCNDMATIM*/
37 #define _BCNDMATIM_MSK 0x03FF
38
39 /*BCNERRTH*/
40 /*MLT*/
41
42
43 #endif /* __RTL8712_TIMECTRL_BITDEF_H__*/
44
This page took 0.047314 seconds and 5 git commands to generate.