generic: 6.6: backport upstream r8169 patches
b11bff90f2ad r8169: add support for RTL8125BP rev.b
b3593df26ab1 r8169: add support for RTL8125D rev.b
b299ea006928 r8169: adjust version numbering for RTL8126
bb18265c3aba r8169: remove support for chip version 11
2e20bf8cc057 r8169: remove unused flag RTL_FLAG_TASK_RESET_NO_QUEUE_WAKE
e340bff27e63 r8169: copy vendor driver 2.5G/5G EEE advertisement constraints
The EEE advertisement patch has been reworked for linux v6.6 because
phy_set_eee_broken() is only present on linux >= v6.13 and eee_broken_modes
declaration has been converted to a bitmap, so linkmode_set_bit() can't be
used either.
https://github.com/torvalds/linux/commit/
e340bff27e63ed61a1e9895bed546107859e48a7
https://github.com/torvalds/linux/commit/
ed623fb8e38e2a241da12864778ec9c9cf930c65
https://github.com/torvalds/linux/commit/
721aa69e708b7432af83c4bb00a30e2b7c27da28
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>