]> Pileus Git - ~andy/linux/blobdiff - drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
qlcnic: move HW specific data to seperate structure
[~andy/linux] / drivers / net / ethernet / qlogic / qlcnic / qlcnic_hw.c
index ff879cd2925b76545f0e9090a8cbf01044719482..382c6ac40cde906c6cd3ddb2485d663bfac54ba3 100644 (file)
@@ -434,7 +434,7 @@ void qlcnic_set_multi(struct net_device *netdev)
        }
 
        if ((netdev->flags & IFF_ALLMULTI) ||
-           (netdev_mc_count(netdev) > adapter->max_mc_count)) {
+           (netdev_mc_count(netdev) > adapter->ahw->max_mc_count)) {
                mode = VPORT_MISS_MODE_ACCEPT_MULTI;
                goto send_fw_cmd;
        }