Changeset 56c0930 in mainline for uspace/drv/bus/usb/ar9271/ath_usb.c


Ignore:
Timestamp:
2015-02-20T14:33:29Z (9 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/ath_usb.c

    rab365c4 r56c0930  
    8282        ath_usb->input_ctrl_pipe_number = 2;
    8383        ath_usb->output_ctrl_pipe_number = 3;
     84       
     85        ath->ctrl_response_length = 64;
     86        ath->data_response_length = 512;
    8487       
    8588        ath->specific_data = ath_usb;
Note: See TracChangeset for help on using the changeset viewer.