]> www.infradead.org Git - users/jedix/linux-maple.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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 23:36:06 +0000 (15:36 -0800)
commit28a7719cb503f869c733d19138b1587ca080d4c9
treec3c3b410a3238acb5210ded4adee613e459cf933
parent66c015bb0728468e2aa80dacba000226ace4dfa1
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