bwfm: no rx after changing lladdr

2024-02-18 Thread Todd Carson
On a Raspberry Pi 4 running a recent snapshot, I found that the built-in bwfm interface would fail to receive non-broadcast traffic after changing the MAC address with ifconfig (for example by having "lladdr random" in hostname.bwfm0). It looks like this was happening because the new MAC address

Re: bwfm: no rx after changing lladdr

2024-02-18 Thread Todd Carson
the normal pattern is to update the driver soft state, and > then do perform a backside "down / up" transition. > > Stefan Sperling wrote: > >> On Sat, Feb 17, 2024 at 06:27:40PM -1000, Todd Carson wrote: >> > >> > On a Raspberry Pi 4 running a recent s