[Bug 213207] ath: Unable to set device MAC in FreeBSD 11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 4 20:27:02 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207
--- Comment #3 from Andriy Voskoboinyk <avos at freebsd.org> ---
Hm, really - now it ignores MAC address change for non-AP / mesh modes.
Looks like you can set (ath(4)-specific) kernel environment variable and reload
the driver:
kenv hint.ath.0.macaddr="c1:93:07:21:ce:c0"
(add it to loader.conf(5) to preserve after reboot)
kldunload if_ath && kldload if_ath
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-wireless
mailing list