We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8148a2e + 3ef437c commit ce2c77cCopy full SHA for ce2c77c
readme.txt
@@ -1,6 +1,6 @@
1
2
In this document, we introduce how to support rtk 8723AE/AU BT driver in Linux system.
3
-Support kernel version 2.6.32~3.10.0
+Support kernel version 2.6.32~3.13.0
4
5
===========================================================================================================
6
rtk_btusb.c
@@ -624,6 +624,10 @@ static int btusb_send_frame(struct sk_buff *skb)
624
625
BT_DBG("%s", hdev->name);
626
627
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0))
628
+ skb->dev = (void *) hdev;
629
+#endif
630
+
631
if (!test_bit(HCI_RUNNING, &hdev->flags))
632
return -EBUSY;
633
0 commit comments