> > + list_for_each_entry(sta, &local->sta_list, list) { > > + for (i = 0; i < STA_TID_NUM; i++) > > + ieee80211_sta_stop_rx_ba_session(sta->dev, sta->addr, > > + i, WLAN_BACK_RECIPIENT, > > + WLAN_REASON_QSTA_LEAVE_QBSS); > > + } > > This needs something like > > if (sta->dev == dev) > > but I don't really care whether it's in this or a subsequent patch since > we don't have drivers supporting multi-STA operation. ok, i'll add this condition in a seperate patch. thanks ron > > 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