commit | e1a26170692dc1e5fbe0ccd98ef86cc9fcd31a64 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 10 16:52:43 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Oct 11 09:45:34 2013 +0200 |
tree | e0960ade9f09c39dc44c92604e7f758760ea1fce | |
parent | 8909f6d2c450d0a878bcb1d1184ed0114c5724c9 [diff] |
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback To avoid casting skb->dev into hdev, just let the drivers provide the hdev directly when calling hci_recv_frame() function. This patch also fixes up all drivers to provide the hdev. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>