Changes in uspace/lib/drv/generic/remote_nic.c [609243f4:fd6bd6d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_nic.c
r609243f4 rfd6bd6d 829 829 830 830 uint16_t tag = (uint16_t) IPC_GET_ARG2(*call); 831 intadd = (int) IPC_GET_ARG3(*call);832 intstrip = (int) IPC_GET_ARG4(*call);831 bool add = (int) IPC_GET_ARG3(*call); 832 bool 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.