Skip to content

Commit

Permalink
kernel: r8125: update to v9.014.01
Browse files Browse the repository at this point in the history
Changelog: openwrt/rtl8125@9.013.02...9.014.01

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
(cherry-picked from commit e29bc67)
  • Loading branch information
Noltari committed Nov 6, 2024
1 parent e70669e commit 33b45c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
6 changes: 3 additions & 3 deletions package/kernel/r8125/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=r8125
PKG_VERSION:=9.013.02
PKG_RELEASE:=4
PKG_VERSION:=9.014.01
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8125/releases/download/$(PKG_VERSION)
PKG_HASH:=d36410ee99c956f250d9cd08340d8c36567d190f420a8ee128ff6e51225aac0c
PKG_HASH:=f006aa95501738ca55c522812c9d1b473ac781675f3ad88ce341a09316b8aa13

PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPLv2
Expand Down
26 changes: 0 additions & 26 deletions package/kernel/r8125/patches/100-r8125_rss-silence-rxnfc-log.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Signed-off-by: Álvaro Fernández Rojas <[email protected]>

--- a/src/r8125.h
+++ b/src/r8125.h
@@ -1563,6 +1563,8 @@ enum RTL8125_register_content {
@@ -1672,6 +1672,8 @@ enum RTL8125_register_content {
LinkStatus = 0x02,
FullDup = 0x01,

Expand All @@ -37,7 +37,7 @@ Signed-off-by: Álvaro Fernández Rojas <[email protected]>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/delay.h>
@@ -5112,6 +5113,38 @@ rtl8125_link_down_patch(struct net_devic
@@ -5116,6 +5117,38 @@ rtl8125_link_down_patch(struct net_devic
#endif
}

Expand Down Expand Up @@ -74,10 +74,10 @@ Signed-off-by: Álvaro Fernández Rojas <[email protected]>
+}
+
static void
_rtl8125_check_link_status(struct net_device *dev)
_rtl8125_check_link_status(struct net_device *dev, unsigned int link_state)
{
@@ -5120,11 +5153,18 @@ _rtl8125_check_link_status(struct net_de
if (tp->link_ok(dev)) {
@@ -5128,11 +5161,18 @@ _rtl8125_check_link_status(struct net_de
if (link_state == R8125_LINK_STATE_ON) {
rtl8125_link_on_patch(dev);

- if (netif_msg_ifup(tp))
Expand Down

0 comments on commit 33b45c0

Please sign in to comment.