From: Guy Cohen Date: Wed, 9 Jan 2008 17:12:48 +0000 (+0200) Subject: mac80211: Assign correct TID for local bridged packets X-Git-Tag: v2.6.25-rc1~1162^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bdf29c6cd117644d27677962fe832b33036c77;p=pandora-kernel.git mac80211: Assign correct TID for local bridged packets This patch assigns correct TID to frames transmitted between two stations in the same BSS in AP mode. The problem is that skb->protocol is not set to ETH_P_IP and it is wrong to use that field at this stage. The fix compares the LLC/Protocol headers explicitly to check if the encapsulated frame is IP frame Signed-off-by: Guy Cohen Signed-off-by: John W. Linville --- Reading git-diff-tree failed