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> |
||
|---|---|---|
| .. | ||
| backport-6.12 | ||
| backport-6.18 | ||
| files | ||
| hack-6.12 | ||
| hack-6.18 | ||
| image | ||
| other-files | ||
| pending-6.12 | ||
| pending-6.18 | ||
| config-6.12 | ||
| config-6.18 | ||
| config-filter | ||
| kernel-6.12 | ||
| kernel-6.18 | ||
| PATCHES.md | ||