Searched hist:a40c406cbdd28dcca3483065bc2ba794cf5aaab7 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | diff a40c406cbdd28dcca3483065bc2ba794cf5aaab7 Tue Dec 07 16:21:07 CST 2010 Johan Hedberg <johan.hedberg@nokia.com> Bluetooth: Make hci_send_to_sock usable for management control sockets
In order to send data to management control sockets the function should:
- skip checks intended for raw HCI data and stack internal events - make sure RAW HCI data or stack internal events don't go to management control sockets
In order to accomplish this the patch adds a new member to the bluetooth skb private data to flag skb's that are destined for management control sockets.
Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | diff a40c406cbdd28dcca3483065bc2ba794cf5aaab7 Tue Dec 07 16:21:07 CST 2010 Johan Hedberg <johan.hedberg@nokia.com> Bluetooth: Make hci_send_to_sock usable for management control sockets
In order to send data to management control sockets the function should:
- skip checks intended for raw HCI data and stack internal events - make sure RAW HCI data or stack internal events don't go to management control sockets
In order to accomplish this the patch adds a new member to the bluetooth skb private data to flag skb's that are destined for management control sockets.
Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
|