]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
igb: correct typo that was setting vfta mask to 1
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 13 Mar 2009 20:41:55 +0000 (20:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Mar 2009 19:41:04 +0000 (12:41 -0700)
commit75f4f382e3f92d1d2fcb77fe6ed7beda19185f0f
tree2b14409040b8710376ebc5f07335968fe170ed5f
parentcad6d05f5676d879bb2a48154aea26cd81ebf1bb
igb: correct typo that was setting vfta mask to 1

This patch corrects a typo that was doing a less than comparison instead of
a left shift due to the fact that I didn't get enough <'s in there.

This resolves an issue in which vlans were not functioning correctly.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/e1000_mac.c
drivers/net/igb/igb_main.c