https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207
Andriy Voskoboinyk <a...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2089 | |33 CC| |a...@freebsd.org Resolution|--- |Works As Intended --- Comment #1 from Andriy Voskoboinyk <a...@freebsd.org> --- Hi, You should use 'wlanaddr' argument for wireless interfaces (creation time only): ifconfig wlan0 create wlandev ath0 wlanaddr <addr> 'ether' is not guaranteed to work with them (wpi(4) / iwn(4) / urtwn(4) / <most other> will write it to hardware after 'ifconfig wlan0 up', but ath(4) use it when the vap is created). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"