examples: drop rtl drivers from the mac address change blacklist
Just in case anyone uses this file as-is; I believe that these drivers don't need to be in a blacklist. There's a good chance they either work or we can detect failure to change a MAC address on runtime and act accordingly. Blacklisting the driver gives the driver maintainers no chance to fix the behavior and we are not able to log a warning on failure.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
|
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
|
||||||
[device-31-mac-addr-change]
|
[device-31-mac-addr-change]
|
||||||
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
|
match-device=driver:eagle_sdio,driver:wl
|
||||||
wifi.scan-rand-mac-address=no
|
wifi.scan-rand-mac-address=no
|
||||||
|
|
||||||
[connection-31-mac-addr-change]
|
[connection-31-mac-addr-change]
|
||||||
@@ -15,5 +15,5 @@ wifi.scan-rand-mac-address=no
|
|||||||
#
|
#
|
||||||
# Also note that this is only the default. Per-profile settings still take
|
# Also note that this is only the default. Per-profile settings still take
|
||||||
# precedence.
|
# precedence.
|
||||||
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
|
match-device=driver:eagle_sdio,driver:wl
|
||||||
wifi.cloned-mac-address=preserve
|
wifi.cloned-mac-address=preserve
|
||||||
|
Reference in New Issue
Block a user