Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170994
b: refs/heads/master
c: fb46f26
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Oct 27, 2009
1 parent 0b1cae1 commit 5cac672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0f63b202146f3281800ee44823740c8bbf38f11
refs/heads/master: fb46f26f383c3129ce4ae551a359a8e11704cbce
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/wl12xx/wl1271_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ struct cmd_read_write_memory {
of this field is the Host in WRITE command or the Wilink in READ
command. */
u8 value[MAX_READ_SIZE];
};
} __attribute__ ((packed));

#define CMDMBOX_HEADER_LEN 4
#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
Expand Down Expand Up @@ -399,12 +399,12 @@ struct wl1271_cmd_trigger_scan_to {
struct wl1271_cmd_header header;

__le32 timeout;
};
} __attribute__ ((packed));

struct wl1271_cmd_test_header {
u8 id;
u8 padding[3];
};
} __attribute__ ((packed));

enum wl1271_channel_tune_bands {
WL1271_CHANNEL_TUNE_BAND_2_4,
Expand Down

0 comments on commit 5cac672

Please sign in to comment.