Lines Matching +full:0 +full:x1800
19 #define RSSI_LEVEL_BITMASK 0x7F
22 #define SHORT_PREAMBLE_BIT BIT(0)
30 #define RX_DESC_VALID_FCS 0x0001
31 #define RX_DESC_MATCH_RXADDR1 0x0002
32 #define RX_DESC_MCAST 0x0004
33 #define RX_DESC_STAINTIM 0x0008
34 #define RX_DESC_VIRTUAL_BM 0x0010
35 #define RX_DESC_BCAST 0x0020
36 #define RX_DESC_MATCH_SSID 0x0040
37 #define RX_DESC_MATCH_BSSID 0x0080
38 #define RX_DESC_ENCRYPTION_MASK 0x0300
39 #define RX_DESC_MEASURMENT 0x0400
40 #define RX_DESC_SEQNUM_MASK 0x1800
41 #define RX_DESC_MIC_FAIL 0x2000
42 #define RX_DESC_DECRYPT_FAIL 0x4000
47 * Bits 0-1 - band
53 #define WL1271_RX_DESC_BAND_MASK 0x03
54 #define WL1271_RX_DESC_ENCRYPT_MASK 0xE0
56 #define WL1271_RX_DESC_BAND_BG 0x00
57 #define WL1271_RX_DESC_BAND_J 0x01
58 #define WL1271_RX_DESC_BAND_A 0x02
64 #define WL1271_RX_DESC_ENCRYPT_WEP 0x20
65 #define WL1271_RX_DESC_ENCRYPT_TKIP 0x40
66 #define WL1271_RX_DESC_ENCRYPT_AES 0x60
67 #define WL1271_RX_DESC_ENCRYPT_GEM 0x80
72 * Bits 0-2 - error code
76 #define WL1271_RX_DESC_STATUS_MASK 0x07
78 #define WL1271_RX_DESC_SUCCESS 0x00
79 #define WL1271_RX_DESC_DECRYPT_FAIL 0x01
80 #define WL1271_RX_DESC_MIC_FAIL 0x02
82 #define RX_MEM_BLOCK_MASK 0xFF
83 #define RX_BUF_SIZE_MASK 0xFFF00
85 #define ALIGNED_RX_BUF_SIZE_MASK 0xFFFF00