]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
be2net: fix initialization of vlan_prio_bmap
authorSathya Perla <sathya.perla@emulex.com>
Sun, 26 Jun 2011 20:41:53 +0000 (20:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2011 07:09:31 +0000 (00:09 -0700)
commit2903dd654d8788425a9523959b02933ea6555229
treecedef512367a16c809a2e46f9df464b8c7ccfb7e
parentc814fd3669b43f32ddd505178705c02352b0ac7c
be2net: fix initialization of vlan_prio_bmap

Initialization of this field to "all priorities" must be done before MCC queue
creation. As soon as the MCC queue is created, an event modifying this value
may be received.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_main.c