aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-04 21:04:13 -0400
committerGuido Guenther <agx@sigxcpu.org>2007-06-05 08:59:34 +0200
commitc925bbe41ce1a5942f9a00db122057acd954cdf4 (patch)
tree017246fef88e3fbf70b7a2d3f27dd3a1089afb23
parentbd67ac3e316fdc4c38ffff54215fc13c2125ef03 (diff)
[PATCH] Run at76_usb.h through Lindent
Signed-off-by: Pavel Roskin <proski@gnu.org>
-rw-r--r--at76_usb.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/at76_usb.h b/at76_usb.h
index a97c042..6169866 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -106,7 +106,6 @@
#define IR_OFF 0
#define IR_ON 1
-
/* offsets into the MIBs we use to configure the device */
#define TX_AUTORATE_FALLBACK_OFFSET offsetof(struct mib_local,txautorate_fallback)
#define FRAGMENTATION_OFFSET offsetof(struct mib_mac,frag_threshold)
@@ -365,17 +364,17 @@ struct mib_mdomain {
} __attribute__ ((packed));
struct at76_fw_header {
- __le32 crc; /* CRC32 of the whole image */
- __le32 board_type; /* firmware compatibility code */
- u8 build; /* firmware build number */
- u8 patch; /* firmware patch level */
- u8 minor; /* firmware minor version */
- u8 major; /* firmware major version */
- __le32 str_offset; /* offset of the copyright string */
- __le32 int_fw_offset; /* internal firmware image offset */
- __le32 int_fw_len; /* internal firmware image length */
- __le32 ext_fw_offset; /* external firmware image offset */
- __le32 ext_fw_len; /* external firmware image length */
+ __le32 crc; /* CRC32 of the whole image */
+ __le32 board_type; /* firmware compatibility code */
+ u8 build; /* firmware build number */
+ u8 patch; /* firmware patch level */
+ u8 minor; /* firmware minor version */
+ u8 major; /* firmware major version */
+ __le32 str_offset; /* offset of the copyright string */
+ __le32 int_fw_offset; /* internal firmware image offset */
+ __le32 int_fw_len; /* internal firmware image length */
+ __le32 ext_fw_offset; /* external firmware image offset */
+ __le32 ext_fw_len; /* external firmware image length */
} __attribute__ ((packed));
/* states in infrastructure mode */
@@ -533,7 +532,7 @@ struct at76_priv {
next_mgmt_bulk */
struct at76_tx_buffer *next_mgmt_bulk; /* pending management msg to
- send via bulk out */
+ send via bulk out */
enum infra_state istate;
enum {
SCAN_IDLE,