Changeset 5a6cc679 in mainline for uspace/drv/nic/ar9271/hw.h


Ignore:
Timestamp:
2018-01-31T02:21:24Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a9cc2
Parents:
132ab5d1
Message:

Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into forwardport

Not all ints are converted to errno_t in xhci tree yet, however it compiles and works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ar9271/hw.h

    r132ab5d1 r5a6cc679  
    4141#define HW_WAIT_TIME_US  10
    4242
    43 extern int hw_init(ar9271_t *);
    44 extern int hw_freq_switch(ar9271_t *, uint16_t);
    45 extern int hw_rx_init(ar9271_t *);
    46 extern int hw_reset(ar9271_t *);
    47 extern int hw_set_bssid(ar9271_t *);
    48 extern int hw_set_rx_filter(ar9271_t *, bool);
     43extern errno_t hw_init(ar9271_t *);
     44extern errno_t hw_freq_switch(ar9271_t *, uint16_t);
     45extern errno_t hw_rx_init(ar9271_t *);
     46extern errno_t hw_reset(ar9271_t *);
     47extern errno_t hw_set_bssid(ar9271_t *);
     48extern errno_t hw_set_rx_filter(ar9271_t *, bool);
    4949
    5050#endif  /* ATHEROS_HW_H */
Note: See TracChangeset for help on using the changeset viewer.