OSDN Git Service

e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 15 May 2012 09:18:55 +0000 (09:18 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 2 Jun 2012 07:04:19 +0000 (00:04 -0700)
commit281a8f2462fe3cd2395902955205621e2c519464
tree55f7fad8feb591551cd0a52365080f9c6021f003
parentad1be8d345416a794dea39761a374032aa471a76
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()

This is another fixup where the data is not transfered into buffer
addressed by skb->data but into a page.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000/e1000_main.c