From: hwg Date: Thu, 29 Nov 2012 11:03:01 +0000 (+0800) Subject: bt: modify for mt6622 X-Git-Tag: firefly_0821_release~8159 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=996798a6c601ba4a2ddcf3f0f73ac7a056e5c64d;p=firefly-linux-kernel-4.4.55.git bt: modify for mt6622 --- diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 64bc1d9cb6c2..b79b04398a3b 100755 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -144,6 +144,7 @@ int hci_uart_tx_wakeup(struct hci_uart *hu) restart: clear_bit(HCI_UART_TX_WAKEUP, &hu->tx_state); +#if !defined(CONFIG_MT5931_MT6622) /*added by Barry,for broadcom 4325*/ #ifdef CONFIG_BT_AUTOSLEEP #ifdef CONFIG_RFKILL_RK @@ -153,6 +154,7 @@ restart: //extern void bcm4325_sleep(unsigned long bSleep); //bcm4325_sleep(0); #endif +#endif #endif while ((skb = hci_uart_dequeue(hu))) { int len;