diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/l2cap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index 73bda0ae41d6..c898f3439d1c 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c | |||
@@ -373,6 +373,8 @@ static inline int l2cap_send_rr_or_rnr(struct l2cap_pinfo *pi, u16 control) | |||
373 | else | 373 | else |
374 | control |= L2CAP_SUPER_RCV_READY; | 374 | control |= L2CAP_SUPER_RCV_READY; |
375 | 375 | ||
376 | control |= pi->buffer_seq << L2CAP_CTRL_REQSEQ_SHIFT; | ||
377 | |||
376 | return l2cap_send_sframe(pi, control); | 378 | return l2cap_send_sframe(pi, control); |
377 | } | 379 | } |
378 | 380 | ||