Skip to content

[pull] master from coolsnowwolf:master#1129

Open
pull[bot] wants to merge 988 commits intoLienol:masterfrom
coolsnowwolf:master
Open

[pull] master from coolsnowwolf:master#1129
pull[bot] wants to merge 988 commits intoLienol:masterfrom
coolsnowwolf:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Sep 15, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Sep 16, 2024
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from ad43ee0 to fac34a2 Compare September 30, 2024 02:38
@coolsnowwolf coolsnowwolf force-pushed the master branch 3 times, most recently from 66e03f1 to 2d1c8ab Compare October 22, 2024 12:15
@aiamadeus aiamadeus force-pushed the master branch 3 times, most recently from 6269d0f to 9f65b6f Compare October 22, 2024 15:30
@aiamadeus aiamadeus force-pushed the master branch 3 times, most recently from df90cc1 to 19649ea Compare November 7, 2024 13:42
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from 8fcfe76 to af207e5 Compare November 22, 2024 05:01
@coolsnowwolf coolsnowwolf force-pushed the master branch 6 times, most recently from a253e36 to 003a084 Compare December 2, 2024 15:32
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from 8cf7400 to 2778ccf Compare December 6, 2024 03:43
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from ed01360 to d6c6378 Compare December 20, 2024 08:02
coolsnowwolf and others added 30 commits March 20, 2026 17:30
Airoha AN7581 SoC supports a Network Processor (NPU) to offload WiFi
traffic. Add the required bits to enable the support of it in the MT76
driver. This will be enabled by default if we are compiling for the
Airoha AN7581 SoC.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
[ improve commit title/description ]
Link: openwrt/openwrt#20826
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Hardware specification:
  SoC: MediaTek MT7987A 4x A53
  Flash: 512 MB SPI-NAND
  RAM: 512MB DDR4
  Ethernet: 2x 2.5GbE (built-in + RTL8221B)
  WiFi: MediaTek MT7990
  USB: 1x USB 3.0 port
  Button: Mode, Reset
  Power: Type-C PD 5/9/12V

Flash instructions:
  1. Power on the device with 'reset' key pressed for 5s
  2. Set static IP on your PC: IP 192.168.1.10/24, GW 192.168.1.1
  3. Visit http://192.168.1.1 and upload sysupgrade.bin
a665659dee50 wifi: mt76: fix beacon monitor for MBSSID nontransmitted BSS
1b26f5f63d42 wifi: mt76: mt7996: Decrement sta counter removing the link in mt7996_mac_reset_sta_iter()
0c1dedac48c3 wifi: mt76: mt7996: Switch deflink to seclink only if link lookup does not fail
7fa21be01b97 wifi: mt76: mt7996: Rely on msta_link link_id in mt7996_vif_link_remove()
492a407111c3 wifi: mt76: mt7996: Account active links in valid_links fields
ade83e44eda0 wifi: mt76: mt7996: Move mlink deallocation in mt7996_vif_link_remove()
efebeea5c058 wifi: mt76: mt7996: Destroy vif active links in mt7996_remove_interface()
a4c790aef40d wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links.
018f60316d4d wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()
Replace the deprecated EXTRA_CFLAGS with ccflags-y so that
the -DCONFIG_MT76_LEDS define is applied correctly by the kernel
build system. EXTRA_CFLAGS is no longer honored by recent
kbuilds[1]; ccflags-y is the supported variable and works
on kernels 6.12 and 6.18.

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.18.20&id=f77bf01425b11947eeb3b5b54685212c302741b8
f5dd57a84cc3 nl80211: fix 5Ghz frequency calculations
CONFIG_TOOLS_SUPPORT_RELR is set during runtime by the
kernel so it should not end up in our static configs.

So, filter it out by default.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Fix a long standing bug in the mediatek-cci-devfreq driver which leads
to the driver switching off the CPU power regulator in case of another
resource not being ready in time -- a classic probe-order race condition.

As a work-around it would of course just as well be possible to set the
CPU regulator as 'regulator-always-on' (and not just 'regulator-boot-on'),
but practically all MT7988 devices have copy&pasted the PMIC device tree
hunk which sets only 'regulator-boot-on').

Hence, in order not having to fix all device trees, a proper fix in the
driver is preferred.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.