Search Linux Wireless

Re: [PATCH 7/8] mac80211: A-MPDU Rx handling DELBA requests

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

 



> +	params = le16_to_cpu(mgmt->u.action.u.delba.params);
> +	tid = (params & IEEE80211_DELBA_PARAM_TID_MASK) >> 12;
> +	initiator = (params & IEEE80211_DELBA_PARAM_INITIATOR_MASK) >> 11;
> +
> +#ifdef CONFIG_MAC80211_HT_DEBUG
> +	if (net_ratelimit())
> +		printk(KERN_DEBUG "delba from %s on tid %d reason code %d\n",
> +			print_mac(mac, mgmt->sa), tid,
> +			mgmt->u.action.u.delba.reason_code);
> +#endif /* CONFIG_MAC80211_HT_DEBUG */
> +
> +	if (initiator == WLAN_BACK_INITIATOR)
> +		ieee80211_sta_stop_rx_BA_session(dev, sta->addr, tid,
> +						 WLAN_BACK_INITIATOR, 0);

Does this intentionally ignore the other cases, and if so, why?

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