aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/l2cap_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 288c8e660377..db59b259297f 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -2941,6 +2941,7 @@ done:
2941 break; 2941 break;
2942 2942
2943 case L2CAP_MODE_STREAMING: 2943 case L2CAP_MODE_STREAMING:
2944 l2cap_txwin_setup(chan);
2944 rfc.mode = L2CAP_MODE_STREAMING; 2945 rfc.mode = L2CAP_MODE_STREAMING;
2945 rfc.txwin_size = 0; 2946 rfc.txwin_size = 0;
2946 rfc.max_transmit = 0; 2947 rfc.max_transmit = 0;