]> git.karo-electronics.de Git - linux-beck.git/commit
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 5 Oct 2016 16:30:33 +0000 (09:30 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 31 Oct 2016 21:26:40 +0000 (14:26 -0700)
commit35ec2ff37c5a4897e75d408828adac737b17d2bf
treea00c32103bcee2872a1b428dc9fbc7046986e2e0
parent6622f5cdbaf3786314d76969d2aab132b36ba2e8
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan

A future patch will be modifying these functions and making a call to
a static function which currently is defined after these functions. Move
them in a separate patch to ease review and ensure the moved code is
correct.

Change-ID: I2ca7fd4e10c0c07ed2291db1ea41bf5987fc6474
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c