git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102463b
)
f_phonet: fix page offset of first received fragment
author
Rémi Denis-Courmont
<remi.denis-courmont@nokia.com>
Thu, 17 Nov 2011 02:58:55 +0000
(
02:58
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Nov 2011 22:03:02 +0000
(17:03 -0500)
We pull one byte (the MAC header) from the first fragment before the
fragment is actually appended. So the socket buffer length is 1, not 0.
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found