diff options
Diffstat (limited to 'include/net/bluetooth/rfcomm.h')
-rw-r--r-- | include/net/bluetooth/rfcomm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h index 7afd4199d6b6..486213a1aed8 100644 --- a/include/net/bluetooth/rfcomm.h +++ b/include/net/bluetooth/rfcomm.h | |||
@@ -256,8 +256,8 @@ static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) | |||
256 | rfcomm_dlc_free(d); | 256 | rfcomm_dlc_free(d); |
257 | } | 257 | } |
258 | 258 | ||
259 | extern void __rfcomm_dlc_throttle(struct rfcomm_dlc *d); | 259 | void __rfcomm_dlc_throttle(struct rfcomm_dlc *d); |
260 | extern void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d); | 260 | void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d); |
261 | 261 | ||
262 | static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) | 262 | static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) |
263 | { | 263 | { |
@@ -300,6 +300,8 @@ struct rfcomm_conninfo { | |||
300 | 300 | ||
301 | struct rfcomm_pinfo { | 301 | struct rfcomm_pinfo { |
302 | struct bt_sock bt; | 302 | struct bt_sock bt; |
303 | bdaddr_t src; | ||
304 | bdaddr_t dst; | ||
303 | struct rfcomm_dlc *dlc; | 305 | struct rfcomm_dlc *dlc; |
304 | u8 channel; | 306 | u8 channel; |
305 | u8 sec_level; | 307 | u8 sec_level; |