Files
openwrt/target/linux/generic
Mieczyslaw Nalewaj 110c107460 kernel: modules: netdevices: rtl8365mb: fix mode mask calculation
The RTL8365MB_DIGITAL_INTERFACE_SELECT_MODE_MASK macro was shifting
the 4-bit mask (0xF) by only (_extint % 2) bits instead of
(_extint % 2) * 4. This caused the mask to overlap with the adjacent
nibble when configuring odd-numbered external interfaces, selecting
the wrong bits entirely.

Align the shift calculation with the existing ...MODE_OFFSET macro.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/23285
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-14 18:57:28 +02:00
..
2026-05-09 11:01:27 +02:00
2026-05-09 11:02:51 +02:00
2026-05-09 14:51:01 +02:00
2026-05-09 14:51:01 +02:00
2026-05-09 11:01:27 +02:00
2026-05-09 11:02:51 +02:00