Karen, On Tue, Nov 21, 2017 at 8:42 AM, Karen <[email protected]> wrote: > Hi, > > > > I’m getting a failure to combile broadcom-sta-dkms package with latest > Debian Stretch/kernel 4.13. > > > > /var/lib/dkms/broadcom-sta/6.30.223.271/build/src/wl/sys/wl_linux.c:2915:10: > error: 'struct net_device' has no member named 'last_rx' > > skb->dev->last_rx = jiffies;
As explained in this bug report, you'll need the version 6.30.223.271-7 to get passed this error. Since you seems to be using bpo, your version should states something like: 6.30.223.271-7~bpo9+1. Easily check with: apt-cache policy broadcom-sta-dkms HTH

