commit | cd0fce0322cd10ab39ace584be12f809988a1b9a | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Thu Sep 04 17:52:54 2008 -0300 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Sep 24 18:49:04 2008 -0400 |
tree | 0eb4f09a6b9c79c87c222df11e9b89064b364038 | |
parent | 52845c3fd80c09f8ceac54513ae9cffac219cff7 [diff] |
s2io: Fix enabling VLAN tag stripping at driver initialization VLAN doesn't work except if you'd opened the interface in promiscuous mode before. This happens because VLAN tag stripping is not correctly marked as enabled at device startup Also, the vlan_strip_flag field was moved to the private network structure. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>