]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: 6lowpan: change netdev_priv to lowpan_dev
authorAlexander Aring <alex.aring@gmail.com>
Tue, 11 Aug 2015 19:44:07 +0000 (21:44 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Aug 2015 20:05:36 +0000 (22:05 +0200)
commit99b255f691450ccb1be4468a86e7ddbbde5f1008
tree76424e0a7ccfb1d9896191ce95c924c77eb3f339
parent4ec1a10a975cbfc49eebaf0888e21bcd7fa3b9ad
Bluetooth: 6lowpan: change netdev_priv to lowpan_dev

The usually way to get the btle lowpan private data is to use the
introduced lowpan_dev inline function. This patch will cleanup by using
lowpan_dev consequently.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c