Changeset 56c0930 in mainline for uspace/drv/bus/usb/ar9271/hw.h


Ignore:
Timestamp:
2015-02-20T14:33:29Z (10 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cb0148
Parents:
ab365c4
Message:

Started writing TX and RX handlers, VIF init, setting RX filter, PLL init and calibration, some corrections. Added HW values array initialization, registered diagnostic polling fibril. But still not receiving any packets…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ar9271/hw.h

    rab365c4 r56c0930  
    3838#include "ar9271.h"
    3939
    40 #define HW_WAIT_LOOPS 100
     40#define HW_WAIT_LOOPS 1000
    4141#define HW_WAIT_TIME_US 10
    4242
    4343extern int hw_init(ar9271_t *ar9271);
     44extern int hw_rx_init(ar9271_t *ar9271);
    4445extern int hw_reset(ar9271_t *ar9271);
    4546
Note: See TracChangeset for help on using the changeset viewer.