diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-05-01 15:15:39 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-05-10 03:28:48 -0400 |
commit | 2fb862e215e53630066c677e06d7551fa38bf235 (patch) | |
tree | ef0452b59823d284d4cca6b36e7877cc197fd47c /net/bluetooth/l2cap.c | |
parent | c1b4f43be01c2a363be021485dd18cca33cfab8a (diff) |
Bluetooth: Ignore Tx Window value with Streaming mode
Tx Window value shall not be used with Streaming Mode and the receiver
of the config Request shall ignore its value.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Reviewed-by: João Paulo Rechi Vita <jprvita@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/l2cap.c')
-rw-r--r-- | net/bluetooth/l2cap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index 03006568f8a1..f604405fe667 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c | |||
@@ -2495,7 +2495,6 @@ done: | |||
2495 | break; | 2495 | break; |
2496 | 2496 | ||
2497 | case L2CAP_MODE_STREAMING: | 2497 | case L2CAP_MODE_STREAMING: |
2498 | pi->remote_tx_win = rfc.txwin_size; | ||
2499 | pi->max_pdu_size = rfc.max_pdu_size; | 2498 | pi->max_pdu_size = rfc.max_pdu_size; |
2500 | 2499 | ||
2501 | pi->conf_state |= L2CAP_CONF_MODE_DONE; | 2500 | pi->conf_state |= L2CAP_CONF_MODE_DONE; |