qcacmn: Add REG_BAND_MASK_ALL

Define a bandmask for all the modes

Change-Id: I8ad6fc2676c2306043aa9415eefb2b89d8c49a4d
CRs-Fixed: 2555045
このコミットが含まれているのは:
bings
2019-10-30 17:51:02 +08:00
committed by nshrivas
コミット f2f11dbf06

ファイルの表示

@@ -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
*/