https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207
Andriy Voskoboinyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2089 | |33 CC| |[email protected] Resolution|--- |Works As Intended --- Comment #1 from Andriy Voskoboinyk <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
