ODROID-XU4 : bluetooth 8723DU compile error fix.

Change-Id: Ia44ef12c7ba99535942319edfcc565ebe86996e7
This commit is contained in:
charles.park
2017-02-21 17:35:02 +09:00
parent abeeb41432
commit 3d6cbf3602

View File

@@ -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);