From: Marcel Holtmann Date: Fri, 11 Oct 2013 13:19:18 +0000 (-0700) Subject: Bluetooth: Add hdev parameter to hdev->send driver callback X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd8f09f69f8a190f9b8334a07bb0a9237612314;p=pandora-kernel.git Bluetooth: Add hdev parameter to hdev->send driver callback Instead of masking hdev inside the skb->dev parameter, hand it directly to the driver as a parameter to hdev->send. This makes the driver interface more clear and simpler. This patch fixes all drivers to accept and handle the new parameter of hdev->send callback. Special care has been taken for bpa10x and btusb drivers that require having skb->dev set to hdev for the URB transmit complete handlers. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed