Changeset 8a64320e in mainline for uspace/drv/nic/ar9271/hw.h
- Timestamp:
- 2015-04-23T23:40:14Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcba819
- Parents:
- 09044cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/hw.h
r09044cb r8a64320e 34 34 35 35 #ifndef ATHEROS_HW_H 36 #define 36 #define ATHEROS_HW_H 37 37 38 38 #include "ar9271.h" 39 39 40 #define HW_WAIT_LOOPS 100041 #define HW_WAIT_TIME_US 1040 #define HW_WAIT_LOOPS 1000 41 #define HW_WAIT_TIME_US 10 42 42 43 extern int hw_init(ar9271_t * ar9271);44 extern int hw_freq_switch(ar9271_t *, uint16_t freq);45 extern int hw_rx_init(ar9271_t * ar9271);46 extern int hw_reset(ar9271_t * ar9271);47 extern int hw_set_bssid(ar9271_t * ar9271);48 extern int hw_set_rx_filter(ar9271_t * ar9271, bool assoc);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); 49 49 50 #endif 50 #endif /* ATHEROS_HW_H */
Note:
See TracChangeset
for help on using the changeset viewer.