Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290871
b: refs/heads/master
c: 8b281b9
h: refs/heads/master
i:
  290869: b30f31c
  290867: 72eb26d
  290863: 4868745
v: v3
  • Loading branch information
Fabio Estevam authored and Johan Hedberg committed Feb 13, 2012
1 parent 2289fab commit 22694fe
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: a3d4e20a88f54571d794cca365f232bfed0669bb
refs/heads/master: 8b281b9c7820b054d15cf471c418fd884cbbec78
2 changes: 1 addition & 1 deletion trunk/include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,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 22694fe

Please sign in to comment.