Changeset 9e5a51c in mainline for uspace/drv/bus/usb/ar9271/htc.h


Ignore:
Timestamp:
2015-03-08T22:20:34Z (9 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
864762a
Parents:
4cb0148
Message:

Fixed PLL initialization value that blocked communication with external devices. Started implementing IEEE802.11 scanning and authentication functions.

File:
1 edited

Legend:

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

    r4cb0148 r9e5a51c  
    4545
    4646#define HTC_RTS_THRESHOLD 2304
    47 #define HTC_MAX_AMPDU 0xFFFF
    4847
    4948/**
     
    220219        uint8_t pad;
    221220} __attribute__((packed)) htc_sta_msg_t;
     221
     222/**
     223 * HTC message to inform target about available capabilities.
     224 */
     225typedef struct {
     226        uint32_t ampdu_limit;   /**< Big Endian value! */
     227        uint8_t ampdu_subframes;
     228        uint8_t enable_coex;
     229        uint8_t tx_chainmask;
     230        uint8_t pad;
     231} __attribute__((packed)) htc_cap_msg_t;
    222232
    223233/**
Note: See TracChangeset for help on using the changeset viewer.