Changes in uspace/lib/drv/generic/remote_nic.c [fd6bd6d:609243f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_nic.c
rfd6bd6d r609243f4 829 829 830 830 uint16_t tag = (uint16_t) IPC_GET_ARG2(*call); 831 booladd = (int) IPC_GET_ARG3(*call);832 boolstrip = (int) IPC_GET_ARG4(*call);831 int add = (int) IPC_GET_ARG3(*call); 832 int strip = (int) IPC_GET_ARG4(*call); 833 833 834 834 int rc = nic_iface->vlan_set_tag(dev, tag, add, strip);
Note:
See TracChangeset
for help on using the changeset viewer.