net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
[cascardo/linux.git] / net / bluetooth / hci_sock.c
index 1d65c5b..37198fb 100644 (file)
@@ -965,7 +965,7 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
                        /* Stand-alone HCI commands must be flagged as
                         * single-command requests.
                         */
-                       bt_cb(skb)->req.start = true;
+                       bt_cb(skb)->req_start = 1;
 
                        skb_queue_tail(&hdev->cmd_q, skb);
                        queue_work(hdev->workqueue, &hdev->cmd_work);