linux/drivers/net/ethernet/intel/e1000
Sebastian Andrzej Siewior a3060858c2 e1000: look in the page and not in skb->data for the last byte
The code seems to want to look at the last byte where the HW puts some
information. Since the skb->data area is never seen by the HW I guess it
does not work as expected. We pass the page address to the HW so I
*think* in order to get to the last byte where the information might be
one should use the page buffer and take a look.
This is of course not more than just compile tested.

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>
2012-05-17 05:03:12 -07:00
..
e1000_ethtool.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
e1000_hw.c e1000: Neaten e1000_config_dsp_after_link_change 2012-02-24 02:02:13 -08:00
e1000_hw.h e1000: Adding e1000_dump function 2012-02-07 04:01:46 -08:00
e1000_main.c e1000: look in the page and not in skb->data for the last byte 2012-05-17 05:03:12 -07:00
e1000_osdep.h
e1000_param.c
e1000.h e1000: Adding e1000_dump function 2012-02-07 04:01:46 -08:00
Makefile