git: wg: Remove unnecessary wg_init()

Aaron LI aly at crater.dragonflybsd.org
Thu Feb 8 00:32:34 PST 2024


commit c8d44667f3708add375df2fb16743dcd24be9151
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Jan 11 22:48:30 2024 +0800

    wg: Remove unnecessary wg_init()
    
    The ifp->if_init() routine is required only for Ethernet drivers, so
    it's unnecessary and actually unused here.  Just remove it to avoid any
    confusion.

Summary of changes:
 sys/net/wg/if_wg.c | 10 ----------
 1 file changed, 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c8d44667f3708add375df2fb16743dcd24be9151


-- 
DragonFly BSD source repository


More information about the Commits mailing list