Ignore:
Timestamp:
2012-01-19T08:13:45Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8da56b
Parents:
3ea725e
Message:

Remove most use of packet_t from NIC drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic_rx_control.h

    r3ea725e r1bc35b5  
    120120        const nic_address_t *prev_addr, const nic_address_t *curr_addr);
    121121extern int nic_rxc_check(const nic_rxc_t *rxc,
    122         const packet_t *packet, nic_frame_type_t *frame_type);
     122        const void *data, size_t size, nic_frame_type_t *frame_type);
    123123extern void nic_rxc_hw_filtering(nic_rxc_t *rxc,
    124124        int unicast_exact, int multicast_exact, int vlan_exact);
Note: See TracChangeset for help on using the changeset viewer.