From: Denis Kirjanov Date: Wed, 25 Jun 2014 17:34:56 +0000 (+0400) Subject: powerpc: bpf: Use correct mask while accessing the VLAN tag X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc60aa097b8eb0f701c5bf755bc8f7d3ffeb0bd;p=pandora-kernel.git powerpc: bpf: Use correct mask while accessing the VLAN tag To get a full tag (and not just a VID) we should access the TCI except the VLAN_TAG_PRESENT field (which means that 802.1q header is present). Also ensure that the VLAN_TAG_PRESENT stay on its place Signed-off-by: Denis Kirjanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed