mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 07:29: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>
(cherry picked from commit d881f65da1)