]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ax25: Fix SIOCAX25GETINFO ioctl
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 20 Sep 2009 06:32:55 +0000 (06:32 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Oct 2009 19:40:31 +0000 (12:40 -0700)
commite928731a0027bc087ba428e17ac0b605eabc125e
tree473ab0030703d8919077d21897d4640591c9dd05
parent84b176798b6526e88cf34a47f554359f0be42f98
ax25: Fix SIOCAX25GETINFO ioctl

[ Upstream commit 407fc5cf019fc5cb990458a2e38d2c0a27b3cb30 ]

rcv_q & snd_q initializations were reversed in commit
31e6d363abcd0d05766c82f1a9c905a4c974a199
(net: correct off-by-one write allocations reports)

Signed-off-by: Jan Rafaj <jr+netfilter-devel@cedric.unob.cz>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ax25/af_ax25.c