Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102802
b: refs/heads/master
c: bd68fb6
h: refs/heads/master
v: v3
  • Loading branch information
Ron Rindjunsky authored and John W. Linville committed Jun 3, 2008
1 parent a5a1ec2 commit 3465a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: e1dfc0851ae0fb280a5eb827dd08853ed46cb241
refs/heads/master: bd68fb6f010eb312ba20349311aceb89848ad5ff
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ struct iwl_cmd_meta {

} __attribute__ ((packed));

#define IWL_CMD_MAX_PAYLOAD 640

/**
* struct iwl_cmd
*
Expand All @@ -332,7 +334,7 @@ struct iwl_cmd {
struct iwl4965_tx_beacon_cmd tx_beacon;
struct iwl4965_rxon_assoc_cmd rxon_assoc;
u8 *indirect;
u8 payload[360];
u8 payload[IWL_CMD_MAX_PAYLOAD];
} __attribute__ ((packed)) cmd;
} __attribute__ ((packed));

Expand Down

0 comments on commit 3465a21

Please sign in to comment.