fw-api: CL 12334292 - update fw common interface files

add WMI_CHAN_FLAG_STA_DFS def

Change-Id: Idedfa6cd27c0e6691be1eefbf1da8da7502a522d
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2020-12-13 12:00:39 -08:00
committed by snandini
parent 6119c13476
commit d35a6b5b42
2 changed files with 2 additions and 1 deletions

View File

@@ -2127,6 +2127,7 @@ typedef enum {
#define WMI_CHAN_FLAG_ALLOW_HE 17 /* HE (11ax) is allowed on this channel */
#define WMI_CHAN_FLAG_PSC 18 /* Indicate it is a PSC (preferred scanning channel) */
#define WMI_CHAN_FLAG_NAN_DISABLED 19 /* Indicates that NAN operations are disabled on this channel */
#define WMI_CHAN_FLAG_STA_DFS 20 /* Indicates if STA should process radar signals */
#define WMI_SET_CHANNEL_FLAG(pwmi_channel,flag) do { \
(pwmi_channel)->info |= (1 << flag); \