Changeset 56c0930 in mainline for uspace/drv/bus/usb/ar9271/ath.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/ath.h

    rab365c4 r56c0930  
    4848/** Atheros wifi device structure */
    4949typedef struct ath {
     50        /** Maximum length of data response message. */
     51        size_t data_response_length;
     52       
     53        /** Maximum length of control response message. */
     54        size_t ctrl_response_length;
     55       
    5056        /** Implementation specific data. */
    5157        void *specific_data;
Note: See TracChangeset for help on using the changeset viewer.