mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:36:49 +07:00
iwlagn: Band capabilities in EEPROM
Add define for band capabilities in EEPROM Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
parent
872907bb17
commit
052692976e
@ -110,12 +110,13 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* SKU Capabilities */
|
/* SKU Capabilities */
|
||||||
/* 5000 and up */
|
|
||||||
#define EEPROM_SKU_CAP_BAND_POS (4)
|
#define EEPROM_SKU_CAP_BAND_POS (4)
|
||||||
#define EEPROM_SKU_CAP_BAND_SELECTION \
|
#define EEPROM_SKU_CAP_BAND_SELECTION \
|
||||||
(3 << EEPROM_SKU_CAP_BAND_POS)
|
(3 << EEPROM_SKU_CAP_BAND_POS)
|
||||||
|
#define EEPROM_SKU_CAP_BAND_24GHZ (1 << 4)
|
||||||
|
#define EEPROM_SKU_CAP_BAND_52GHZ (1 << 5)
|
||||||
#define EEPROM_SKU_CAP_11N_ENABLE (1 << 6)
|
#define EEPROM_SKU_CAP_11N_ENABLE (1 << 6)
|
||||||
#define EEPROM_SKU_CAP_AMT_ENABLE (1 << 7)
|
#define EEPROM_SKU_CAP_AMT_ENABLE (1 << 7)
|
||||||
#define EEPROM_SKU_CAP_IPAN_ENABLE (1 << 8)
|
#define EEPROM_SKU_CAP_IPAN_ENABLE (1 << 8)
|
||||||
|
|
||||||
/* *regulatory* channel data format in eeprom, one for each channel.
|
/* *regulatory* channel data format in eeprom, one for each channel.
|
||||||
|
Loading…
Reference in New Issue
Block a user