Changeset 9e5a51c in mainline for uspace/drv/bus/usb/ar9271/ath_usb.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/ath_usb.h

    r4cb0148 r9e5a51c  
    4040#include "ath.h"
    4141
     42#define DATA_HEADER_SIZE 4
     43#define RX_STREAM_MODE_TAG 0x4e00
     44#define TX_STREAM_MODE_TAG 0x697e
     45
    4246/** Atheros USB wifi device structure */
    4347typedef struct {
Note: See TracChangeset for help on using the changeset viewer.