mirror of
https://github.com/AuxXxilium/r8125.git
synced 2024-11-23 15:01:00 +07:00
r8125: update to 9.012.04
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
965c113592
commit
3ef36b7514
2
r8125.h
2
r8125.h
@ -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 ": "
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user