Changeset 908d634 in mainline
- Timestamp:
- 2017-11-29T23:45:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f345cd0
- Parents:
- 39026d7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/ar9271.c
r39026d7c r908d634 33 33 */ 34 34 35 #include <async.h> 35 36 #include <ieee80211.h> 36 37 #include <usb/classes/classes.h> … … 43 44 #include <nic.h> 44 45 #include <macros.h> 45 #include <thread.h>46 46 #include "ath_usb.h" 47 47 #include "wmi.h" … … 818 818 819 819 /* Wait until firmware is ready - wait for 1 second to be sure. */ 820 thread_sleep(1);820 async_sleep(1); 821 821 822 822 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.