mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-XU4 : bluetooth 8723DU compile error fix.
Change-Id: Ia44ef12c7ba99535942319edfcc565ebe86996e7
This commit is contained in:
@@ -449,7 +449,11 @@ static void rtk_vendor_cmd_to_fw(uint16_t opcode, uint8_t parameter_len,
|
||||
#if HCI_VERSION_CODE < KERNEL_VERSION(4, 4, 0)
|
||||
bt_cb(skb)->req.start = true;
|
||||
#else
|
||||
bt_cb(skb)->hci.req_start = true;
|
||||
#if 0
|
||||
bt_cb(skb)->hci.req_start = true;
|
||||
#else
|
||||
bt_cb(skb)->hci.req_flags |= HCI_REQ_START;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
RTKBT_DBG("%s: opcode 0x%x", __func__, opcode);
|
||||
|
||||
Reference in New Issue
Block a user