Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286696
b: refs/heads/master
c: b1cc16b
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 22, 2012
1 parent aa77eb0 commit 8e29acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e90b31f4ba77027a7c21cbfc66404df0851ca21
refs/heads/master: b1cc16b8e643096adb92bbcb76c6c4c564141c40
2 changes: 1 addition & 1 deletion trunk/include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,6 @@ struct hci_inquiry_req {
};
#define IREQ_CACHE_FLUSH 0x0001

extern int enable_hs;
extern bool enable_hs;

#endif /* __HCI_H */
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8e29acb

Please sign in to comment.