]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/mrp.h
mrp: add periodictimer to allow retries when packets get lost
[karo-tx-linux.git] / include / net / mrp.h
index 4fbf02aa2ec1e76a5c18257b0b73949e501c56a5..0f7558b638ae6ff9d0cde2b9e45e13990269005b 100644 (file)
@@ -112,6 +112,7 @@ struct mrp_applicant {
        struct mrp_application  *app;
        struct net_device       *dev;
        struct timer_list       join_timer;
+       struct timer_list       periodic_timer;
 
        spinlock_t              lock;
        struct sk_buff_head     queue;