NetworkManager: Remove disabling of random mac address for scanning
This feature had been disabled to prevent use of random mac address. But apparently the random mac is only used for scanning and, when actualy connecting to an AP, the real mac address is used. Furthermore this config is generating errors in some cases when using access point mode. BugzID: 60405
This commit is contained in:
parent
1ac3367e4e
commit
a0b9dce696
|
|
@ -1,6 +1,3 @@
|
|||
[main]
|
||||
dns=dnsmasq
|
||||
no-auto-default=*
|
||||
|
||||
[device]
|
||||
wifi.scan-rand-mac-address=no
|
||||
|
|
|
|||
Loading…
Reference in New Issue