summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-05-11 20:30:46 +0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2012-05-17 16:03:12 +0400
commita3060858c207d944194a30478d30d3e1822e23f3 (patch)
tree40e5be98a3b8c47ce16adcce54d8f79faf54a30c /Kbuild
parent4af4a23328cb766172c0ecb833c7fae905d18862 (diff)
downloadlinux-a3060858c207d944194a30478d30d3e1822e23f3.tar.xz
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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions