net: use helpers to access uc list V2
[deliverable/linux.git] / drivers / net / ixgbe / ixgbe_main.c
index ee41d331a35f67b96aea851e65db981630e21e5f..439645d2aeef4a7c86b262cce3e7235f97cde336 100644 (file)
@@ -2568,7 +2568,7 @@ void ixgbe_set_rx_mode(struct net_device *netdev)
        IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
 
        /* reprogram secondary unicast list */
-       hw->mac.ops.update_uc_addr_list(hw, &netdev->uc.list);
+       hw->mac.ops.update_uc_addr_list(hw, netdev);
 
        /* reprogram multicast list */
        addr_count = netdev->mc_count;
This page took 0.026896 seconds and 5 git commands to generate.