Skip to content

Commit

Permalink
Bluetooth: Move scope of kernel parameter enable_hs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Nov 16, 2011
1 parent 453a838 commit 8830f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1344,4 +1344,6 @@ struct hci_inquiry_req {
};
#define IREQ_CACHE_FLUSH 0x0001

extern int enable_hs;

#endif /* __HCI_H */
1 change: 0 additions & 1 deletion include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ static inline __u8 __ctrl_size(struct l2cap_chan *chan)
}

extern int disable_ertm;
extern int enable_hs;

int l2cap_init_sockets(void);
void l2cap_cleanup_sockets(void);
Expand Down

0 comments on commit 8830f51

Please sign in to comment.