]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit40d01366e6dd5ef1cb3505f11b2d208cfa3632f3
treef46c5ce6251b5dcf47ece1053cd0ab2d8509cc73
parent09603eaa5ca91dd9a318d8722ff5de8feb1e36ab
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