From 22694feb8bd2d5a8680683a0e8ccd6bdbb7b2248 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 10 Jan 2012 18:33:50 -0200 Subject: [PATCH] --- yaml --- r: 290871 b: refs/heads/master c: 8b281b9c7820b054d15cf471c418fd884cbbec78 h: refs/heads/master i: 290869: b30f31c6177029f039972e54087742da373c5220 290867: 72eb26d933c1be98bb531ae8e3cd14707b2947fb 290863: 486874599d2860544060ddf626c6e693e77faf43 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 7659d32883b6..186847c9de53 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3d4e20a88f54571d794cca365f232bfed0669bb +refs/heads/master: 8b281b9c7820b054d15cf471c418fd884cbbec78 diff --git a/trunk/include/net/bluetooth/hci.h b/trunk/include/net/bluetooth/hci.h index 3ee39ed9c29b..84993073c2f1 100644 --- a/trunk/include/net/bluetooth/hci.h +++ b/trunk/include/net/bluetooth/hci.h @@ -1415,6 +1415,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 9963121028e4..91166dbbe35c 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);