greth: convert to SKB paged frag API.
commitab7e11d9d0293ef1802d6ae8aab39ce58472b167
authorIan Campbell <Ian.Campbell@citrix.com>
Mon, 29 Aug 2011 23:18:30 +0000 (29 23:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Aug 2011 21:58:03 +0000 (30 17:58 -0400)
treea8de65ffad9f604a68ac6dddbc480c323905ab77
parent2234a722394cf5b9fdcbf5459678fdee450e54f4
greth: convert to SKB paged frag API.

In order to avoid long lines also use phys_to_virt(page_to_phys(page)) =>
page_address(page) (since the are effectively the same thing for lowmem pages).

Also dump the frag's size instead of the headlen when dumping a frag.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aeroflex/greth.c