[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
[linux-2.6-microblaze.git] / drivers / net / qla3xxx.c
index ed79aa8..48069ec 100755 (executable)
@@ -1865,8 +1865,6 @@ static void ql_get_drvinfo(struct net_device *ndev,
        strncpy(drvinfo->version, ql3xxx_driver_version, 32);
        strncpy(drvinfo->fw_version, "N/A", 32);
        strncpy(drvinfo->bus_info, pci_name(qdev->pdev), 32);
-       drvinfo->n_stats = 0;
-       drvinfo->testinfo_len = 0;
        drvinfo->regdump_len = 0;
        drvinfo->eedump_len = 0;
 }