From: Luiz Augusto von Dentz Date: Wed, 2 Nov 2011 13:52:01 +0000 (+0200) Subject: Bluetooth: prioritizing data over HCI X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d80deb7bdf0171f22e76dc2429c1f99eff90e2;p=pandora-kernel.git Bluetooth: prioritizing data over HCI This implement priority based scheduler using skbuffer priority set via SO_PRIORITY socket option. It introduces hci_chan_hash (list of HCI Channel/hci_chan) per connection, each item in this list refer to a L2CAP connection and it is used to queue the data for transmission. Signed-off-by: Luiz Augusto von Dentz Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed