diff options
Diffstat (limited to 'net/bluetooth/hci_core.c')
| -rw-r--r-- | net/bluetooth/hci_core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 845da3ee56a..9de93714213 100644 --- a/net/bluetooth/hci_core.c +++ b/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);  |