From: Marcel Holtmann Date: Thu, 10 Oct 2013 23:52:43 +0000 (-0700) Subject: Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a26170692dc1e5fbe0ccd98ef86cc9fcd31a64;p=pandora-kernel.git 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed