diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 2c5c88fc38f5..e5f40f35dc3f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -148,7 +148,7 @@ enum { | |||
148 | QUIET_NOTIFICATION = 0x96, /* not used */ | 148 | QUIET_NOTIFICATION = 0x96, /* not used */ |
149 | REPLY_TX_PWR_TABLE_CMD = 0x97, | 149 | REPLY_TX_PWR_TABLE_CMD = 0x97, |
150 | REPLY_TX_POWER_DBM_CMD_V1 = 0x98, /* old version of API */ | 150 | REPLY_TX_POWER_DBM_CMD_V1 = 0x98, /* old version of API */ |
151 | TX_ANT_CONFIGURATION_CMD = 0x98, /* not used */ | 151 | TX_ANT_CONFIGURATION_CMD = 0x98, |
152 | MEASURE_ABORT_NOTIFICATION = 0x99, /* not used */ | 152 | MEASURE_ABORT_NOTIFICATION = 0x99, /* not used */ |
153 | 153 | ||
154 | /* Bluetooth device coexistence config command */ | 154 | /* Bluetooth device coexistence config command */ |
@@ -411,6 +411,16 @@ struct iwl5000_tx_power_dbm_cmd { | |||
411 | u8 reserved; | 411 | u8 reserved; |
412 | } __attribute__ ((packed)); | 412 | } __attribute__ ((packed)); |
413 | 413 | ||
414 | /** | ||
415 | * Command TX_ANT_CONFIGURATION_CMD = 0x98 | ||
416 | * This command is used to configure valid Tx antenna. | ||
417 | * By default uCode concludes the valid antenna according to the radio flavor. | ||
418 | * This command enables the driver to override/modify this conclusion. | ||
419 | */ | ||
420 | struct iwl_tx_ant_config_cmd { | ||
421 | __le32 valid; | ||
422 | } __attribute__ ((packed)); | ||
423 | |||
414 | /****************************************************************************** | 424 | /****************************************************************************** |
415 | * (0a) | 425 | * (0a) |
416 | * Alive and Error Commands & Responses: | 426 | * Alive and Error Commands & Responses: |