From: Eliad Peller Date: Wed, 16 Mar 2011 21:03:54 +0000 (+0200) Subject: wl12xx: set the actual tid instead of the ac X-Git-Tag: v3.0-rc1~377^2~161^2^2~142^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db674d249c1fa20fd6731048f41646b3a2e8bdf5;p=pandora-kernel.git wl12xx: set the actual tid instead of the ac When passing a tx frame, the driver incorrectly set desc->tid with the ac instead of the actual tid. It has some serious implications when using 802.11n + QoS, as the fw starts a BlockAck with the wrong tid (which finally cause beacon loss and disconnection / some fw crash) Fix it by using the actual tid stored in skb->priority. Reported-by: Shahar Levi Signed-off-by: Eliad Peller Reviewed-by: Juuso Oikarinen Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed