mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-12 04:49:30 -04:00
One is never to write to dev->addr directly. In 6.1 it will be a const and with the newly enabled WERROR, we get a failing grade. Lets fix this ahead of time. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>