Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211417
b: refs/heads/master
c: 8183b77
h: refs/heads/master
i:
  211415: 65be8ef
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Sep 30, 2010
1 parent a61f180 commit 774fe16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c462b6047da80491b8cb6be878e8bf9313ac3e1
refs/heads/master: 8183b775bc5b79b6b1e250019c9dd930554dfa94
6 changes: 3 additions & 3 deletions trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2771,10 +2771,10 @@ static int l2cap_parse_conf_rsp(struct sock *sk, void *rsp, int len, void *data,
case L2CAP_CONF_MTU:
if (val < L2CAP_DEFAULT_MIN_MTU) {
*result = L2CAP_CONF_UNACCEPT;
pi->omtu = L2CAP_DEFAULT_MIN_MTU;
pi->imtu = L2CAP_DEFAULT_MIN_MTU;
} else
pi->omtu = val;
l2cap_add_conf_opt(&ptr, L2CAP_CONF_MTU, 2, pi->omtu);
pi->imtu = val;
l2cap_add_conf_opt(&ptr, L2CAP_CONF_MTU, 2, pi->imtu);
break;

case L2CAP_CONF_FLUSH_TO:
Expand Down

0 comments on commit 774fe16

Please sign in to comment.