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


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/wmi.h

    rab365c4 r56c0930  
    4949    uint16_t command_id;                /**< Big Endian value! */
    5050    uint16_t sequence_number;           /**< Big Endian value! */
    51 } __attribute__((packed)) wmi_command_header_t; 
     51} __attribute__((packed)) wmi_command_header_t;
    5252
    5353/**
     
    117117extern int wmi_reg_write(htc_device_t *htc_device, uint32_t reg_offset,
    118118        uint32_t val);
    119 extern int wmi_reg_clear_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
     119extern int wmi_reg_set_clear_bit(htc_device_t *htc_device, uint32_t reg_offset,
    120120        uint32_t set_bit, uint32_t clear_bit);
    121121extern int wmi_reg_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
Note: See TracChangeset for help on using the changeset viewer.