commit | 57d17d70dfa4345fbe3e0d049504aa20626ed0e1 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 10 14:54:17 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Oct 11 00:10:09 2013 +0200 |
tree | 530a58c1407249364b99f2cf48b722ecfa91795f | |
parent | ac4b7236610cef99821f40f44a74030b85d85270 [diff] |
Bluetooth: Move skb->dev assignment for hdev->send into central place The assignement of skb->dev is done all over the place. So it makes it hard to eventually get rid of it. Move it all in one central place so it gets assigned right before calling hdev->send driver callback. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>