|
@@ -328,6 +328,7 @@ typedef unsigned int __bitwise iwl_ucode_tlv_capa_t;
|
|
* @IWL_UCODE_TLV_CAPA_TX_POWER_ACK: reduced TX power API has larger
|
|
* @IWL_UCODE_TLV_CAPA_TX_POWER_ACK: reduced TX power API has larger
|
|
* command size (command version 4) that supports toggling ACK TX
|
|
* command size (command version 4) that supports toggling ACK TX
|
|
* power reduction.
|
|
* power reduction.
|
|
|
|
+ * @IWL_UCODE_TLV_CAPA_MLME_OFFLOAD: supports MLME offload
|
|
*
|
|
*
|
|
* @NUM_IWL_UCODE_TLV_CAPA: number of bits used
|
|
* @NUM_IWL_UCODE_TLV_CAPA: number of bits used
|
|
*/
|
|
*/
|
|
@@ -373,6 +374,7 @@ enum iwl_ucode_tlv_capa {
|
|
IWL_UCODE_TLV_CAPA_EXTEND_SHARED_MEM_CFG = (__force iwl_ucode_tlv_capa_t)80,
|
|
IWL_UCODE_TLV_CAPA_EXTEND_SHARED_MEM_CFG = (__force iwl_ucode_tlv_capa_t)80,
|
|
IWL_UCODE_TLV_CAPA_LQM_SUPPORT = (__force iwl_ucode_tlv_capa_t)81,
|
|
IWL_UCODE_TLV_CAPA_LQM_SUPPORT = (__force iwl_ucode_tlv_capa_t)81,
|
|
IWL_UCODE_TLV_CAPA_TX_POWER_ACK = (__force iwl_ucode_tlv_capa_t)84,
|
|
IWL_UCODE_TLV_CAPA_TX_POWER_ACK = (__force iwl_ucode_tlv_capa_t)84,
|
|
|
|
+ IWL_UCODE_TLV_CAPA_MLME_OFFLOAD = (__force iwl_ucode_tlv_capa_t)96,
|
|
|
|
|
|
NUM_IWL_UCODE_TLV_CAPA
|
|
NUM_IWL_UCODE_TLV_CAPA
|
|
#ifdef __CHECKER__
|
|
#ifdef __CHECKER__
|