> + * @rx_qos_msdu: QoS-MSDUs received from this station (per TID) > + * @rx_nonqos_msdu: non-QoS-MSDUs received from this station > + * @tx_qos_msdu: QoS-MSDUs sent to this station (per TID) > + * @tx_nonqos_msdu: non-QoS-MSDUs sent to this station Well, come to think of it, it looks like we'll probably want more per-TID data in the future, I'll need at least retries and lost MSDUs. As a consequence, I'm going to make this the other way around and have a per-TID nesting (using idx 16 for non-QoS) and in there have the different values. This will also affect the cfg80211 API. johannes -- 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