[PATCH 1/3] ath10k: clean up HTT tx tid handling
Kalle Valo
kvalo at qca.qualcomm.com
Thu Aug 15 09:07:28 EDT 2013
Michal Kazior <michal.kazior at tieto.com> writes:
> The tids weren't mapped really properly. This
> doesn't fix any known bug but seems the right
> thing to do.
>
> Signed-off-by: Michal Kazior <michal.kazior at tieto.com>
[...]
> enum htt_data_tx_ext_tid {
> - HTT_DATA_TX_EXT_TID_NON_QOS_MCAST_BCAST = 16,
> - HTT_DATA_TX_EXT_TID_MGMT = 17,
> + HTT_DATA_TX_EXT_TID_NON_QOS_UNICAST = 16,
> + HTT_DATA_TX_EXT_TID_UNUSED = 17,
> + HTT_DATA_TX_EXT_TID_NON_QOS_MCAST_BCAST = 18,
> + HTT_DATA_TX_EXT_TID_MGMT = 19,
> HTT_DATA_TX_EXT_TID_INVALID = 31
> };
This doesn't seem to match what firmware uses. We need to investigate
more about this so I drop the patch for now.
--
Kalle Valo
More information about the ath10k
mailing list