| commit | 38b221957b155ef410bdc28856a66386303fbd5a | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Sun Jul 06 20:48:41 2008 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Sun Jul 06 20:48:41 2008 -0700 |
| tree | 458006267c33308be8812a9def8eec7cbb23192a | |
| parent | 4b5a698ef423eebc37cfacc6d3376d6dffd5bf83 [diff] |
netdrv: don't truncate VLAN TCI with VLAN stripping
The vlan_hwaccel_{rx,receive_skb} functions expect the full TCI field
for priority mappings, don't truncate the upper 4 bits.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>