Go to the documentation of this file.
20 #include <linux/types.h>
37 #define PRIO_8021D_NONE 2
38 #define PRIO_8021D_BK 1
39 #define PRIO_8021D_BE 0
40 #define PRIO_8021D_EE 3
41 #define PRIO_8021D_CL 4
42 #define PRIO_8021D_VI 5
43 #define PRIO_8021D_VO 6
44 #define PRIO_8021D_NC 7
47 #define NUMPRIO (MAXPRIO + 1)
49 #define WL_NUMRATES 16
51 #define BRCM_CNTRY_BUF_SZ 4
53 #define BRCM_SET_CHANNEL 30
54 #define BRCM_SET_SRL 32
55 #define BRCM_SET_LRL 34
56 #define BRCM_SET_BCNPRD 76
58 #define BRCM_GET_CURR_RATESET 114
59 #define BRCM_GET_PHYLIST 180
63 #define WL_RADIO_SW_DISABLE (1<<0)
64 #define WL_RADIO_HW_DISABLE (1<<1)
66 #define WL_RADIO_COUNTRY_DISABLE (1<<3)
69 #define WL_TXPWR_OVERRIDE (1U<<31)
72 #define BRCM_BAND_AUTO 0
73 #define BRCM_BAND_5G 1
74 #define BRCM_BAND_2G 2
75 #define BRCM_BAND_ALL 3
82 #define LOG_ERROR_VAL 0x00000001
83 #define LOG_TRACE_VAL 0x00000002
94 #define SBCONFIGOFF 0xf00
98 #define _PADLINE(line) pad ## line
99 #define _XSTR(line) _PADLINE(line)
100 #define PAD _XSTR(__LINE__)