ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / staging / rtl8712 / rtl8712_macsetting_bitdef.h
1 #ifndef __RTL8712_MACSETTING_BITDEF_H__
2 #define __RTL8712_MACSETTING_BITDEF_H__
3
4
5 /*MACID*/
6 /*BSSID*/
7
8 /*HWVID*/
9 #define _HWVID_MSK 0x0F
10
11 /*MAR*/
12 /*MBIDCANCONTENT*/
13
14 /*MBIDCANCFG*/
15 #define _POOLING BIT(31)
16 #define _WRITE_EN BIT(16)
17 #define _CAM_ADDR_MSK 0x001F
18 #define _CAM_ADDR_SHT 0
19
20 /*BUILDTIME*/
21 #define _BUILDTIME_MSK 0x3FFFFFFF
22
23 /*BUILDUSER*/
24
25
26
27 #endif /* __RTL8712_MACSETTING_BITDEF_H__*/
28
This page took 0.033604 seconds and 5 git commands to generate.