[OpenWrt-Devel] [PATCH] ramips: add support for Skylab SKW92A in EVB

2018-11-14 Thread Russell Senior
Specification: - MediaTek MT7628N/N (580 Mhz) - 64 MB of RAM - 16 MB of FLASH - 2T2R 2.4 GHz - 5x 10/100 Mbps Ethernet - 2x u.FL-connected antennas - Power by micro-USB connector at USB1 on EVB - UART via micro-USB connector at USB3 on EVB (57600 8n1) - 5x Ethernet LEDs - 1x WLAN LEDs - 1x WPS

Re: [OpenWrt-Devel] [PATCH] ipq806x: add ath10k calibration data MAC addresses patching

2018-11-14 Thread Ben Greear
On 11/14/2018 11:53 AM, Felix Fietkau wrote: On 2018-11-14 20:39, Ben Greear wrote: On 11/01/2018 03:18 AM, Felix Fietkau wrote: On 2018-10-28 17:39, Christian Lamparter wrote: Ben Greear reported in his patch: |Subject: netgear r7800: Fix mac address of radios. | |Reloading the driver causes

Re: [OpenWrt-Devel] [PATCH] ipq806x: add ath10k calibration data MAC addresses patching

2018-11-14 Thread Felix Fietkau
On 2018-11-14 20:39, Ben Greear wrote: > On 11/01/2018 03:18 AM, Felix Fietkau wrote: >> On 2018-10-28 17:39, Christian Lamparter wrote: >>> Ben Greear reported in his patch: >>> |Subject: netgear r7800: Fix mac address of radios. >>> | >>> |Reloading the driver causes the phyX to change, and that

Re: [OpenWrt-Devel] [PATCH] ipq806x: add ath10k calibration data MAC addresses patching

2018-11-14 Thread Ben Greear
On 11/01/2018 03:18 AM, Felix Fietkau wrote: On 2018-10-28 17:39, Christian Lamparter wrote: Ben Greear reported in his patch: |Subject: netgear r7800: Fix mac address of radios. | |Reloading the driver causes the phyX to change, and that |caused the MAC address to change. This is because all

[OpenWrt-Devel] [PATCH] hostapd: add utf8_ssid flag & enable as default

2018-11-14 Thread Kevin Darbyshire-Bryant
SSIDs may contain UTF8 characters but ideally hostapd should be told this is the case so it can advertise the fact. Default enable this option. add uci option utf8_ssid '0'/'1' for disable/enable e.g. config wifi-iface option utf8_ssid '0' Signed-off-by: Kevin Darbyshire-Bryant ---