Advertisement
Guest User

k17patch2.patch

a guest
Nov 26th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --- a/soft-interface.c 2014-11-26 15:08:14.817959946 -0500
  2. +++ b/soft-interface.c 2014-11-26 15:08:54.983428786 -0500
  3. @@ -933,7 +933,7 @@
  4. int ret;
  5.  
  6. soft_iface = alloc_netdev(sizeof(struct batadv_priv), name,
  7. - batadv_softif_init_early);
  8. + NET_NAME_UNKNOWN, batadv_softif_init_early);
  9. if (!soft_iface)
  10. return NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement