Go to the documentation of this file.
17 #ifndef _BRCM_CHANNEL_H_
18 #define _BRCM_CHANNEL_H_
21 #define BRCMS_TXPWR_DB_FACTOR 4
24 #define BRCMS_PEAK_CONDUCTED 0x00
25 #define BRCMS_EIRP 0x01
26 #define BRCMS_DFS_TPC 0x02
27 #define BRCMS_NO_OFDM 0x04
28 #define BRCMS_NO_40MHZ 0x08
29 #define BRCMS_NO_MIMO 0x10
30 #define BRCMS_RADAR_TYPE_EU 0x20
31 #define BRCMS_DFS_FCC BRCMS_DFS_TPC
33 #define BRCMS_DFS_EU (BRCMS_DFS_TPC | BRCMS_RADAR_TYPE_EU)
48 u8 local_constraint_qdbm);