Re: Activate https server support in 21.02 by default

2021-09-19 Thread Petr Štetiar
Perry [2021-09-17 14:07:14]: Hi, > Would it be possible to have all the headers in the themes to contain a > link to https (iff the correct packages are installed)? A bonus would > be a nice mouse-over explaining to the user about the "potential secure > risk ahead" with regards to the certific

[sdwalker/sdwalker.github.io] 323d7f: This week's update

2021-09-19 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

WDS stopped working in 21.02, looking for bug in netifd

2021-09-19 Thread Daniel Haid
Hello, I just installed 21.02 on my devices and WDS stopped working. This seems to be the following bug: https://bugs.openwrt.org/index.php?do=details&task_id=3961 I have ath79 and x86 devices, but all with ath9k wireless. WDS stopped working on all of them. Since the bug reporter already

[PATCH] mac80211: fix IBSS/adhoc mode for brcmfmac (e.g. Raspberry Pi Zero W)

2021-09-19 Thread Bastian Bittorf
without this fix, the final setup-call: iw dev wlan0 ibss join ... fails with returncode 161 and message: "command failed: Not supported (-95)" So this patch calls an explicit: iw dev wlan0 set type ibss just prior to the 'ibss join' command. I have tested several ath9k and mt76xx devices with d

[PATCH] ath79/ag71xx: rearrange ag71xx structs to remove holes

2021-09-19 Thread Rui Salvaterra
From: Rosen Penev Remove cacheline_aligned attribute to ring structs. This actually causes holes in the ag71xx struct as well as lower performance. Rearrange struct members to fall within respective cachelines. The RX ring struct now does not share a cacheline with the TX ring. The NAPI stru

Re: Activate https server support in 21.02 by default

2021-09-19 Thread Perry
Hi Fernando, Sorry for any confusion. Our suggestion has two parts. 1) a link in the header which allows the user to go from http to https. 2) a mouse-over message explaining self-signed certificates. Part 2 is a bonus. But I think it would be really nice. An inexperienced user might worry whe