Changeset ae7d03c in mainline for uspace/drv/nic


Ignore:
Timestamp:
2018-05-10T13:39:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

Location:
uspace/drv/nic
Files:
3 edited

Legend:

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

    rb277bef rae7d03c  
    801801         * This should initiate creating confirmation message in
    802802         * device side buffer which we will check in htc_check_ready function.
    803         */
     803         */
    804804        usb_pipe_t *ctrl_pipe = usb_device_get_default_pipe(usb_device);
    805805        errno_t rc = usb_control_request_set(ctrl_pipe,
  • uspace/drv/nic/rtl8139/driver.c

    rb277bef rae7d03c  
    9494
    9595#ifndef RXBUF_SIZE_FLAGS
    96         /** Flags for receiver buffer - 16kB default */
     96/** Flags for receiver buffer - 16kB default */
    9797#define RXBUF_SIZE_FLAGS RTL8139_RXFLAGS_SIZE_16
    9898#endif
  • uspace/drv/nic/rtl8169/driver.c

    rb277bef rae7d03c  
    12051205
    12061206/** Main function of RTL8169 driver
    1207 *
     1207 *
    12081208 *  Just initialize the driver structures and
    12091209 *  put it into the device drivers interface
Note: See TracChangeset for help on using the changeset viewer.