Search Linux Wireless

Re: [PATCH 3/8 v3] mac80211: A-MPDU Rx adding basic functionality

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	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.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux