[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 Bug ID: 213207 Summary: ath: Unable to set device MAC in FreeBSD 11 Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Seve

[Bug 208933] [regression] "ifconfig wlan0 ether ..." broken after r297592

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208933 Andriy Voskoboinyk changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 Andriy Voskoboinyk changed: What|Removed |Added Status|New |Closed See Also|

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 Teran McKinney changed: What|Removed |Added Resolution|Works As Intended |--- Status|Closed

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 --- Comment #3 from Andriy Voskoboinyk --- 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:0

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 --- Comment #4 from Andriy Voskoboinyk --- (In reply to Andriy Voskoboinyk from comment #3) > kldunload if_ath && kldload if_ath More precisely: ifconfig wlan0 down ifconfig wlan0 destroy kldunload if_ath_pci if_ath && kldload if_ath if_ath

[Bug 213214] bluetooth l2ping makes an extra interval sleep before exit and does not flush line-by-line

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213214 Bug ID: 213214 Summary: bluetooth l2ping makes an extra interval sleep before exit and does not flush line-by-line Product: Base System Version: 10.3-RELEASE Hardware

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 --- Comment #5 from Teran McKinney --- Hi again, Thanks for getting back to me so quickly. It seems like the stock kernel may be built without if_ath just being a module, like it's a builtin? Sorry, still more familiar with Linux than Fre

[Bug 213214] bluetooth l2ping makes an extra interval sleep before exit and does not flush line-by-line

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213214 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 213207] ath: Unable to set device MAC in FreeBSD 11

2016-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213207 --- Comment #6 from Andriy Voskoboinyk --- Yes, it's built into GENERIC; just add the variable into /boot/loader.conf and reboot. -- You are receiving this mail because: You are the assignee for the bug. __