r8125: update to 9.012.04

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-03-04 21:55:04 +01:00
parent 965c113592
commit 3ef36b7514
2 changed files with 3 additions and 3 deletions

View File

@ -464,7 +464,7 @@ do { \
#define RSS_SUFFIX ""
#endif
#define RTL8125_VERSION "9.012.03" NAPI_SUFFIX DASH_SUFFIX REALWOW_SUFFIX PTP_SUFFIX RSS_SUFFIX
#define RTL8125_VERSION "9.012.04" NAPI_SUFFIX DASH_SUFFIX REALWOW_SUFFIX PTP_SUFFIX RSS_SUFFIX
#define MODULENAME "r8125"
#define PFX MODULENAME ": "

View File

@ -15229,9 +15229,9 @@ rtl8125_init_software_variable(struct net_device *dev)
}
tp->HwCurrIsrVer = tp->HwSuppIsrVer;
if (tp->HwSuppIsrVer == 2) {
if (tp->HwCurrIsrVer > 1) {
if (!(tp->features & RTL_FEATURE_MSIX) ||
tp->irq_nvecs < R8125_MIN_MSIX_VEC_8125B)
tp->irq_nvecs < tp->min_irq_nvecs)
tp->HwCurrIsrVer = 1;
}