Skip to content

Commit

Permalink
Bluetooth: Change scope of the enable_hs module parameter
Browse files Browse the repository at this point in the history
This variable is currently only accessible within l2cap_core.c, but
it is also needed in l2cap_sock.c

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Mat Martineau authored and Gustavo F. Padovan committed Nov 7, 2011
1 parent c14968b commit d7c4d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ 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 d7c4d11

Please sign in to comment.