Changeset 908d634 in mainline


Ignore:
Timestamp:
2017-11-29T23:45:58Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f345cd0
Parents:
39026d7c
Message:

ar9271 should use async_sleep() instead of thread_sleep().

File:
1 edited

Legend:

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

    r39026d7c r908d634  
    3333 */
    3434
     35#include <async.h>
    3536#include <ieee80211.h>
    3637#include <usb/classes/classes.h>
     
    4344#include <nic.h>
    4445#include <macros.h>
    45 #include <thread.h>
    4646#include "ath_usb.h"
    4747#include "wmi.h"
     
    818818       
    819819        /* Wait until firmware is ready - wait for 1 second to be sure. */
    820         thread_sleep(1);
     820        async_sleep(1);
    821821       
    822822        return rc;
Note: See TracChangeset for help on using the changeset viewer.