Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6lowpan: fix debugfs interface entry name
This patches moves the debugfs interface related register after netdevice register. The function lowpan_dev_debugfs_init will use "dev->name" which can be before register_netdevice a format string. The function register_netdevice will evaluate the format string if necessary and replace "dev->name" to the real interface name. Reported-by: Lukasz Duda <[email protected]> Signed-off-by: Alexander Aring <[email protected]> Acked-by: Lukasz Duda <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
- Loading branch information