From 8e29acb952d8f0dd0a51f91a1e126d93a04183bb Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 22 Jan 2012 14:45:14 -0500 Subject: [PATCH] --- yaml --- r: 286696 b: refs/heads/master c: b1cc16b8e643096adb92bbcb76c6c4c564141c40 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/bluetooth/hci.h | 2 +- trunk/net/bluetooth/hci_core.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 177773c61131..1f3353fd7558 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e90b31f4ba77027a7c21cbfc66404df0851ca21 +refs/heads/master: b1cc16b8e643096adb92bbcb76c6c4c564141c40 diff --git a/trunk/include/net/bluetooth/hci.h b/trunk/include/net/bluetooth/hci.h index 5b2fed5eebf2..00596e816b4d 100644 --- a/trunk/include/net/bluetooth/hci.h +++ b/trunk/include/net/bluetooth/hci.h @@ -1388,6 +1388,6 @@ struct hci_inquiry_req { }; #define IREQ_CACHE_FLUSH 0x0001 -extern int enable_hs; +extern bool enable_hs; #endif /* __HCI_H */ diff --git a/trunk/net/bluetooth/hci_core.c b/trunk/net/bluetooth/hci_core.c index 845da3ee56a0..9de93714213a 100644 --- a/trunk/net/bluetooth/hci_core.c +++ b/trunk/net/bluetooth/hci_core.c @@ -55,7 +55,7 @@ #define AUTO_OFF_TIMEOUT 2000 -int enable_hs; +bool enable_hs; static void hci_rx_work(struct work_struct *work); static void hci_cmd_work(struct work_struct *work);