]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: use correct struct for list manipulation
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 1 Oct 2015 18:37:37 +0000 (14:37 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Oct 2015 11:29:32 +0000 (04:29 -0700)
commit099f2c934e554c51904689122413a32a06ecdb3a
treef46c5ce6251b5dcf47ece1053cd0ab2d8509cc73
parentd6c0c0659c9334682e6b656111bb8e50822b57e8
i40evf: use correct struct for list manipulation

Not sure how this compiles at all. Use the correct struct for
manipulating the VLAN filter list. Without this, the VLAN filter
list doesn't get processed correctly, and VLAN filters will not
be re-enabled after any kind of reset.

Change-ID: Iceff2dc089f303058fb71ecb08419eed471e0e90
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c