Re: [OpenWrt-Devel] [PATCH] netgear r7800: Fix mac address of radios.

2018-10-25 Thread Ben Greear
On 10/25/2018 04:11 PM, Christian Lamparter wrote: Hello, On Thursday, October 25, 2018 11:08:02 PM CEST gree...@candelatech.com wrote: From: Ben Greear Reloading the driver causes the phyX to change, and that caused the MAC address to change. Instead, match on pci-bus which should be immuta

Re: [OpenWrt-Devel] [PATCH] netgear r7800: Fix mac address of radios.

2018-10-25 Thread Christian Lamparter
Hello, On Thursday, October 25, 2018 11:08:02 PM CEST gree...@candelatech.com wrote: > From: Ben Greear > > Reloading the driver causes the phyX to change, and that caused > the MAC address to change. Instead, match on pci-bus which should > be immutable. > > Signed-off-by: Ben Greear Mathia

[OpenWrt-Devel] [PATCH] netgear r7800: Fix mac address of radios.

2018-10-25 Thread greearb
From: Ben Greear Reloading the driver causes the phyX to change, and that caused the MAC address to change. Instead, match on pci-bus which should be immutable. Signed-off-by: Ben Greear --- .../ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac| 8 +++- 1 file changed, 7 inse