summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMax.Nekludov@us.elster.com <Max.Nekludov@us.elster.com>2013-03-29 05:27:36 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-05 10:04:41 -0700
commit5afd933cc476e33339eeca8928de1357857657ea (patch)
tree4ccacdd6cafb4f0cd3b33488467cdbc3b55790c3 /net
parent567a4ac4b7d48e186a28168e40388503d5b7eb01 (diff)
ks8851: Fix interpretation of rxlen field.
[ Upstream commit 14bc435ea54cb888409efb54fc6b76c13ef530e9 ] According to the Datasheet (page 52): 15-12 Reserved 11-0 RXBC Receive Byte Count This field indicates the present received frame byte size. The code has a bug: rxh = ks8851_rdreg32(ks, KS_RXFHSR); rxstat = rxh & 0xffff; rxlen = rxh >> 16; // BUG!!! 0xFFF mask should be applied Signed-off-by: Max Nekludov <Max.Nekludov@us.elster.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions