commit | 8d46321c4f63f7c2be9e3ba0bb26cb437fc5eded | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Jun 05 15:22:51 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 03 17:42:41 2014 +0200 |
tree | 71d48eeefef0ae21719c88ecffffb76166c3b916 | |
parent | 67f86a45bb82091a2775561a1e498010afff54ee [diff] |
Bluetooth: Assign L2CAP socket priority when allocating SKB The SKB for L2CAP sockets are all allocated in a central callback in the socket support. Instead of having to pass around the socket priority all the time, assign it to skb->priority when actually allocating the SKB. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>