Skip to content

devices: add renamed Ralink WiFi compatibles - #45

Open
dormancygrace wants to merge 1 commit into
openwrt:masterfrom
dormancygrace:agent/ralink-wifi-compatibles
Open

devices: add renamed Ralink WiFi compatibles#45
dormancygrace wants to merge 1 commit into
openwrt:masterfrom
dormancygrace:agent/ralink-wifi-compatibles

Conversation

@dormancygrace

@dormancygrace dormancygrace commented Aug 6, 2026

Copy link
Copy Markdown

OpenWrt renamed the WiFi compatibles of six ramips SoCs from *-wmac to *-wifi while aligning the device trees with Linux 6.18 backports:

openwrt/openwrt@6e09394

The FDT hardware lookup in libiwinfo requires an exact compatible match, but devices.txt retained only the old names. Affected radios therefore fall back to Generic MAC80211 instead of their Ralink/MediaTek model.

Add the new compatible aliases while retaining the old entries for older device trees.

Tested on the OpenWrt v25.12.5 ramips/mt7620 build environment:

  • git diff --check
  • verified one unique -wifi and -wmac entry for every affected SoC
  • make -j12 package/network/utils/iwinfo/compile V=s

On a ZBT WE826, sysfs reports ralink,rt7620-wifi while the kernel detects the RT6352 MAC and RT7620 RF chipset, reproducing the lookup mismatch.

OpenWrt renamed six ramips WiFi compatibles from *-wmac to *-wifi
when aligning the device trees with Linux 6.18 backports. libiwinfo
only recognizes the old names and therefore reports Generic MAC80211
on affected devices.

Add the new names while retaining the old entries for compatibility.

Link: openwrt/openwrt@6e09394
Signed-off-by: Gleb Pesin <dormancygrace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant