<div dir="ltr">sorry for jumping in what is FC27?</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 2, 2017 at 6:24 PM, Scott Knight <span dir="ltr"><<a href="mailto:scott@scottknight.com" target="_blank">scott@scottknight.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 12/2/2017 9:01 PM, Stephen Worthington wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The obvious thing to try first with this problem is simply to comment<br>
out those two lines assigning to the last_rx field.  If that works and<br>
the driver still works, then that was all that was needed.  But if the<br>
change in the net_device structure has other implications, there may<br>
be something else that needs to be done.<br>
<br>
Fairly frequently there are fields in structure definitions that are<br>
used for some purpose by other software and need to be set up by<br>
everyone using it, but are not used by most software except in special<br>
cases.  And then later a change takes the field away again as however<br>
that field worked, it is no longer needed by the software that was<br>
using it, and any other software not actually using it can simply no<br>
longer initialise it to a valid value.  Since there appear to be no<br>
other references to last_rx in the driver except for initialising it,<br>
it is a reasonable bet that it is simply no longer needed.<br>
</blockquote></span>
I am going to trust the devs that came up with what is essentially that; an if statement that comments those lines out for kernels 4.11 and above.  I am nowhere near confident enough in my C skills to try something like that on my own.  It does appear to be working now.<br>
<br>
Thank you, Scott<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailma<wbr>n/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing<wbr>_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>