|
@@ -2080,6 +2080,7 @@ typedef enum {
|
|
|
#define WMI_CHAN_FLAG_DFS_CFREQ2 16 /* Enable radar event reporting for sec80 in VHT80p80 */
|
|
|
#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_SET_CHANNEL_FLAG(pwmi_channel,flag) do { \
|
|
|
(pwmi_channel)->info |= (1 << flag); \
|