Skip to content

Commit

Permalink
kernel: r8126: update to v10.014.01
Browse files Browse the repository at this point in the history
Changelog: openwrt/rtl8126@10.013.00...10.014.01

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari authored and aiamadeus committed Nov 8, 2024
1 parent 7702e88 commit c5a7f6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 54 deletions.
4 changes: 2 additions & 2 deletions package/kernel/r8126/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=r8126
PKG_VERSION:=10.013.00
PKG_VERSION:=10.014.01
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8126/releases/download/$(PKG_VERSION)
PKG_HASH:=b41bda6ff3bbb7d9bc5b81c5c21355f031587d3a3a5862abcd4d766e942272e7
PKG_HASH:=dbb10a7abd0972e4abd1b89ea4eb22fc55d6c1dc2f711b5acf4a3bc376275e21

PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPLv2
Expand Down
21 changes: 0 additions & 21 deletions package/kernel/r8126/patches/001-r8126.h-use-BIT_ULL.patch

This file was deleted.

26 changes: 0 additions & 26 deletions package/kernel/r8126/patches/100-r8126_rss-silence-rxnfc-log.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

--- a/src/r8126.h
+++ b/src/r8126.h
@@ -1561,6 +1561,8 @@ enum RTL8126_register_content {
@@ -1740,6 +1740,8 @@ enum RTL8126_register_content {
LinkStatus = 0x02,
FullDup = 0x01,

Expand All @@ -36,7 +36,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/delay.h>
@@ -4740,6 +4741,40 @@ rtl8126_link_down_patch(struct net_devic
@@ -4744,6 +4745,40 @@ rtl8126_link_down_patch(struct net_devic
#endif
}

Expand Down Expand Up @@ -75,10 +75,10 @@ Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
+}
+
static void
_rtl8126_check_link_status(struct net_device *dev)
_rtl8126_check_link_status(struct net_device *dev, unsigned int link_state)
{
@@ -4748,11 +4783,18 @@ _rtl8126_check_link_status(struct net_de
if (tp->link_ok(dev)) {
@@ -4756,11 +4791,18 @@ _rtl8126_check_link_status(struct net_de
if (link_state == R8126_LINK_STATE_ON) {
rtl8126_link_on_patch(dev);

- if (netif_msg_ifup(tp))
Expand Down

0 comments on commit c5a7f6c

Please sign in to comment.