Staging: batman-adv: Update copyright years
[pandora-kernel.git] / drivers / staging / batman-adv / types.h
index d708e6f..4e77141 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2010 B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
  *
@@ -39,7 +39,6 @@ struct batman_if {
        char if_active;
        char addr_str[ETH_STR_LEN];
        struct net_device *net_dev;
-       struct socket *raw_sock;
        atomic_t seqno;
        unsigned char *packet_buff;
        int packet_len;
@@ -113,6 +112,7 @@ struct forw_packet {               /* structure for forw_list maintaining packet
        struct hlist_node list;
        unsigned long send_time;
        uint8_t own;
+       struct sk_buff *skb;
        unsigned char *packet_buff;
        uint16_t packet_len;
        uint32_t direct_link_flags;