Loading drivers/net/wireless/ath/ath10k/wmi-tlv.c +2 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,8 @@ static struct sk_buff *ath10k_wmi_tlv_op_gen_init(struct ath10k *ar) cfg->num_ocb_vdevs = __cpu_to_le32(0); cfg->num_ocb_channels = __cpu_to_le32(0); cfg->num_ocb_schedules = __cpu_to_le32(0); cfg->host_capab = __cpu_to_le32(0); cfg->host_capab = __cpu_to_le32(WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT); ath10k_wmi_put_host_mem_chunks(ar, chunks); Loading drivers/net/wireless/ath/ath10k/wmi-tlv.h +2 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,8 @@ struct wmi_tlv_rdy_ev { __le32 status; } __packed; #define WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT BIT(10) struct wmi_tlv_resource_config { __le32 num_vdevs; __le32 num_peers; Loading Loading
drivers/net/wireless/ath/ath10k/wmi-tlv.c +2 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,8 @@ static struct sk_buff *ath10k_wmi_tlv_op_gen_init(struct ath10k *ar) cfg->num_ocb_vdevs = __cpu_to_le32(0); cfg->num_ocb_channels = __cpu_to_le32(0); cfg->num_ocb_schedules = __cpu_to_le32(0); cfg->host_capab = __cpu_to_le32(0); cfg->host_capab = __cpu_to_le32(WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT); ath10k_wmi_put_host_mem_chunks(ar, chunks); Loading
drivers/net/wireless/ath/ath10k/wmi-tlv.h +2 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,8 @@ struct wmi_tlv_rdy_ev { __le32 status; } __packed; #define WMI_TLV_TX_MSDU_ID_NEW_PARTITION_SUPPORT BIT(10) struct wmi_tlv_resource_config { __le32 num_vdevs; __le32 num_peers; Loading