Changeset 2ebbe9b in mainline for uspace/drv/nic/ne2k/ne2k.c


Ignore:
Timestamp:
2024-12-13T08:32:55Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
9e26790
Parents:
7924f82
git-author:
Nataliia Korop <n.corop08@…> (2024-03-20 17:06:29)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
Message:

nic, drvs, pcapctl

File:
1 edited

Legend:

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

    r7924f82 r2ebbe9b  
    455455                return rc;
    456456        }
     457        rc = ddf_fun_add_to_category(fun, "pcap");
     458        if (rc != EOK) {
     459                //ddf_msg(LVL_ERROR, "Failed adding function to category pcap");
     460                ddf_fun_unbind(fun);
     461                ddf_fun_destroy(fun);
     462                return rc;
     463        }
    457464
    458465        return EOK;
Note: See TracChangeset for help on using the changeset viewer.