aboutsummaryrefslogtreecommitdiff
path: root/include/linux/firewire.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2009-06-07 22:57:53 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2009-06-14 14:26:29 +0200
commitf91e3bd842ec6f5cea245993926ee8ff26250467 (patch)
treec7b66078c862a85fdc7d21bc2eb61f9c32a530ca /include/linux/firewire.h
parentb9530fd6c3f057bda258c8e2631ad1a25959f4a2 (diff)
firewire: net: style changes
Change names of types, variables, functions. Omit debug code. Use get_unaligned*, put_unaligned*. Annotate big endian data. Handle errors in __init. Change whitespace. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r--include/linux/firewire.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h
index d44f47d3b2d..5cb0c1549ff 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -131,13 +131,10 @@ struct fw_card {
bool broadcast_channel_allocated;
u32 broadcast_channel;
u32 topology_map[(CSR_TOPOLOGY_MAP_END - CSR_TOPOLOGY_MAP) / 4];
- /* Only non-NULL if firewire-ipv4 is active on this card. */
+
+ /* firewire-net driver data */
void *netdev;
- /*
- * The nodes get probed before the card, so we need a place to store
- * them independent of card->netdev
- */
- struct list_head ipv4_nodes;
+ struct list_head peer_list;
};
static inline struct fw_card *fw_card_get(struct fw_card *card)