am 3cd1a144: Set line discipline to HCI_UART_H4 even for low power mode.

Merge commit '3cd1a1440d74cc31be247f0bd967a432d26042ac'

* commit '3cd1a1440d74cc31be247f0bd967a432d26042ac':
  Set line discipline to HCI_UART_H4 even for low power mode.
diff --git a/brcm_patchram_plus/brcm_patchram_plus.c b/brcm_patchram_plus/brcm_patchram_plus.c
index de748e3..c91a13f 100644
--- a/brcm_patchram_plus/brcm_patchram_plus.c
+++ b/brcm_patchram_plus/brcm_patchram_plus.c
@@ -489,9 +489,6 @@
 {
 	int i = N_HCI;
 	int proto = HCI_UART_H4;
-	if (enable_lpm) {
-		proto = HCI_UART_LL;
-	}
 	if (ioctl(uart_fd, TIOCSETD, &i) < 0) {
 		fprintf(stderr, "Can't set line discipline\n");
 		return;