Re: [PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
Am 13.04.2022 15:27, schrieb Reinhard Max: I forgot to mention that these three patches are meant to go into 21.03 as well, to complete support for this board. 22.03, of course. Sorry for the noise. But support for this board should also easily be backportable to 21.02, if the policy allows

Re: [PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
Hi, I forgot to mention that these three patches are meant to go into 21.03 as well, to complete support for this board. cu Reinhard ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-de

[PATCH 2/3] ramips: hlk-7621a-evb: read MAC address from flash

2022-04-13 Thread Reinhard Max
Two MAC addresses are apparently located at offsets 0xe000 and 0xe006 in the factory partition on these devices. Change the dts to use the first one. See also: https://github.com/openwrt/openwrt/pull/4046#issuecomment-1091596559 Signed-off-by: Reinhard Max --- .../ramips/dts/mt7621_hilink_hlk-7

[PATCH 3/3] ramips: hlk-7621a-evb: rename switch ports

2022-04-13 Thread Reinhard Max
Rename the switch ports from 'lan[1..4]' and 'wan' to 'p[0..4]'. This matches the SoC documentation and the silkscreen for the port LEDs on the module. There is no LAN/WAN labeling on the board itself. This eval board is so universal (many additional interfaces broken out on pin headers, mPCIe slo

[PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
The HiLink HLK-7621A evaluation board[1] contains no on-board WiFi hardware and its Mini PCIe slot can be used for arbitrary extension cards. So it makes no sense for a default build to assume that any particular type of WiFi chip is present. [1] http://hlktech.net/index.php?id=436 Signed-off-by:

Dynack on ath10k

2022-04-13 Thread Koen Vandeputte
Hi Ben, Early 2021, we discussed a bit regarding auto-distance using ath10k. You mentioned back then that another party was working on that and they would release it as open source somewhere in Q3/Q4 of 2021. Do you know the status regarding that? If they do not intend to open-source it: - D

Re: [PATCH v2] uqmi: wms - added storage to read text messages

2022-04-13 Thread Henrik Ginstmark
Den tis 15 mars 2022 kl 21:14 skrev Sergey Ryazanov : > > On Tue, Mar 15, 2022 at 10:36 PM Henrik Ginstmark wrote: > > Today it's hard coded to read text messages from SIM card. > > Not all devices store received text messages in SIM, they store > > in me, QMI_WMS_STORAGE_TYPE_NV. > > I have added