Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8830f514 authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Gustavo Padovan
Browse files

Bluetooth: Move scope of kernel parameter enable_hs

parent 453a8386
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1344,4 +1344,6 @@ struct hci_inquiry_req {
};
#define IREQ_CACHE_FLUSH 0x0001

extern int enable_hs;

#endif /* __HCI_H */
+0 −1
Original line number Diff line number Diff line
@@ -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);