Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237390
b: refs/heads/master
c: 903d343
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Feb 15, 2011
1 parent 6e7922e commit e3166ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: c531a12ae63b6438a7859994aca23859f5706010
refs/heads/master: 903d343e202e51059e7d20524010ef54a6087aed
5 changes: 3 additions & 2 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3766,12 +3766,13 @@ static int l2cap_debugfs_show(struct seq_file *f, void *p)
sk_for_each(sk, node, &l2cap_sk_list.head) {
struct l2cap_pinfo *pi = l2cap_pi(sk);

seq_printf(f, "%s %s %d %d 0x%4.4x 0x%4.4x %d %d %d\n",
seq_printf(f, "%s %s %d %d 0x%4.4x 0x%4.4x %d %d %d %d\n",
batostr(&bt_sk(sk)->src),
batostr(&bt_sk(sk)->dst),
sk->sk_state, __le16_to_cpu(pi->psm),
pi->scid, pi->dcid,
pi->imtu, pi->omtu, pi->sec_level);
pi->imtu, pi->omtu, pi->sec_level,
pi->mode);
}

read_unlock_bh(&l2cap_sk_list.lock);
Expand Down

0 comments on commit e3166ad

Please sign in to comment.