Re: [PATCH bluetooth-next] 6lowpan: fix debugfs interface entry name

2015-12-19 Thread Marcel Holtmann
Hi Alex, > 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

RE: [PATCH bluetooth-next] 6lowpan: fix debugfs interface entry name

2015-12-15 Thread Duda, Lukasz
er Aring > Subject: [PATCH bluetooth-next] 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 regi

[PATCH bluetooth-next] 6lowpan: fix debugfs interface entry name

2015-12-15 Thread Alexander Aring
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"