Michal Kazior <michal.kazior@xxxxxxxxx> 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@xxxxxxxxx> [...] > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html