Go to the documentation of this file.
26 #ifndef _RTL8712_RECV_H_
27 #define _RTL8712_RECV_H_
36 #define NR_RECVBUFF (8)
38 #define NR_PREALLOC_RECV_SKB (8)
39 #define RXDESC_SIZE 24
40 #define RXDESC_OFFSET RXDESC_SIZE
41 #define RECV_BLK_SZ 512
42 #define RECV_BLK_CNT 16
43 #define RECV_BLK_TH RECV_BLK_CNT
44 #define MAX_RECVBUF_SZ 9100
45 #define RECVBUFF_ALIGN_SZ 512
46 #define RSVD_ROOM_SZ (0)
48 #define SN_LESS(a, b) (((a-b) & 0x800) != 0)
49 #define SN_EQUAL(a, b) (a == b)
50 #define REORDER_WAIT_TIME 30
80 #define PHY_STAT_GAIN_TRSW_SHT 0
81 #define PHY_STAT_PWDB_ALL_SHT 4
82 #define PHY_STAT_CFOSHO_SHT 5
83 #define PHY_STAT_CCK_AGC_RPT_SHT 5
84 #define PHY_STAT_CFOTAIL_SHT 9
85 #define PHY_STAT_RXEVM_SHT 13
86 #define PHY_STAT_RXSNR_SHT 15
87 #define PHY_STAT_PDSNR_SHT 19
88 #define PHY_STAT_CSI_CURRENT_SHT 21
89 #define PHY_STAT_CSI_TARGET_SHT 23
90 #define PHY_STAT_SIGEVM_SHT 25
91 #define PHY_STAT_MAX_EX_PWR_SHT 26