Преглед на файлове

qcacmn: Add REG_BAND_MASK_ALL

Define a bandmask for all the modes

Change-Id: I8ad6fc2676c2306043aa9415eefb2b89d8c49a4d
CRs-Fixed: 2555045
bings преди 5 години
родител
ревизия
f2f11dbf06
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      umac/regulatory/dispatcher/inc/reg_services_public_struct.h

+ 3 - 0
umac/regulatory/dispatcher/inc/reg_services_public_struct.h

@@ -807,6 +807,9 @@ enum reg_wifi_band {
 	REG_BAND_UNKNOWN
 };
 
+#define REG_BAND_MASK_ALL (BIT(REG_BAND_2G) | BIT(REG_BAND_5G) \
+			  | BIT(REG_BAND_6G))
+
 /* Avoid the use of band_info as it does not support 6GHz band. Use
  * reg_wifi_band, as it supports the 6GHz band
  */