Changeset 8d9217d in mainline for uspace/drv/nic/ne2k/ne2k.c


Ignore:
Timestamp:
2024-03-20T17:06:29Z (2 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
384f081
Parents:
78edb5e
Message:

nic, drvs, pcapctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ne2k/ne2k.c

    r78edb5e r8d9217d  
    449449                return rc;
    450450        }
     451        rc = ddf_fun_add_to_category(fun, "pcap");
     452        if (rc != EOK) {
     453                //ddf_msg(LVL_ERROR, "Failed adding function to category pcap");
     454                ddf_fun_unbind(fun);
     455                ddf_fun_destroy(fun);
     456                return rc;
     457        }
    451458
    452459        return EOK;
Note: See TracChangeset for help on using the changeset viewer.