On Thu, 2014-11-06 at 08:59 -0600, Larry Finger wrote: > The warning comes from the following fragment in net/mac80211/agg-tx.c: > > if (WARN_ON(!tid_tx)) { > ht_dbg(sdata, "addBA was not requested!\n"); > goto unlock; > } > > Is there something that should be fixed in rtl8192se? That sounds like the driver is calling ieee80211_start_tx_ba_cb() [*] when it was never requested to start aggregation? [*] given the stack dump, it's actually calling ieee80211_start_tx_ba_cb_irqsafe() which goes off to a workqueue and then calls ieee80211_start_tx_ba_cb() from there 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