Changeset 8a64320e in mainline for uspace/drv/nic/ar9271/ath_usb.h


Ignore:
Timestamp:
2015-04-23T23:40:14Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcba819
Parents:
09044cb
Message:

pre-merge coding style cleanup and code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ar9271/ath_usb.h

    r09044cb r8a64320e  
    3434
    3535#ifndef ATHEROS_ATH_USB_H
    36 #define ATHEROS_ATH_USB_H
     36#define ATHEROS_ATH_USB_H
    3737
    3838#include <usb/dev/driver.h>
    39 
    4039#include "ath.h"
    4140
    42 #define RX_TAG 0x4e00
    43 #define TX_TAG 0x697e
     41#define RX_TAG  0x4e00
     42#define TX_TAG  0x697e
    4443
    4544/** Atheros USB wifi device structure */
     
    5655
    5756typedef struct {
    58         uint16_t length;                /**< Little Endian value! */
    59         uint16_t tag;                   /**< Little Endian value! */
     57        uint16_t length;  /**< Little Endian value! */
     58        uint16_t tag;     /**< Little Endian value! */
    6059} ath_usb_data_header_t;
    6160
    62 extern int ath_usb_init(ath_t *ath, usb_device_t *usb_device);
     61extern int ath_usb_init(ath_t *, usb_device_t *);
    6362
    64 #endif  /* ATHEROS_ATH_USB_H */
     63#endif  /* ATHEROS_ATH_USB_H */
Note: See TracChangeset for help on using the changeset viewer.