Search Linux Wireless

Re: [RFC 3/3] mac80211: fix requeue race

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

 



> +	/*
> +	 * We just requeued the all the frames that were in the
> +	 * removed queue, and since we might miss a softirq we do
> +	 * netif_schedule_queue.  ieee80211_wake_queue is not used
> +	 * here as this queue is not necessarily stopped
> +	 */
> +	netif_schedule_queue(netdev_get_tx_queue(local->mdev, agg_queue));

Come to think of it, we should probably do

netif_schedule_queue(netdev_get_tx_queue(local->mdev, ieee802_1d_to_ac[tid]));

since we just drained that agg_queue in favour of the tid one.

instead

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