rtl8189es: bump to latest git HEAD

Fixes build under kernel 5.15.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a85e6c2568ffc5c5dc297253839da4a1be5fbe94)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-04-09 21:01:55 +08:00
parent 47d6813fda
commit 2385571e45
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 7 additions and 9 deletions

View File

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rtl8189es
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_URL:=https://github.com/jwrdegoede/rtl8189ES_linux.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2021-03-03
PKG_SOURCE_VERSION:=03ac413135a355b55b693154c44b70f86a39732e
PKG_MIRROR_HASH:=5cdd69a0c2383e66ae27b0518b4d6a3e845928767d644e1e2b12095b98ed8fbe
PKG_SOURCE_DATE:=2022-03-28
PKG_SOURCE_VERSION:=39c17661136da48f8e9c644194dce6a7f5076896
PKG_MIRROR_HASH:=9f4f5aeb0bcfc13ef8376a6c2037f325d6e5434dd57c9d00859afd9e70d1fff1
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
PKG_BUILD_PARALLEL:=1

View File

@ -1,8 +1,6 @@
diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c
index b5eb513..901501a 100644
--- a/os_dep/linux/ioctl_cfg80211.c
+++ b/os_dep/linux/ioctl_cfg80211.c
@@ -5573,7 +5573,7 @@ static void cfg80211_rtw_mgmt_frame_register(struct wiphy *wiphy,
@@ -5569,7 +5569,7 @@ static void cfg80211_rtw_mgmt_frame_regi
#else
struct net_device *ndev,
#endif
@ -11,7 +9,7 @@ index b5eb513..901501a 100644
struct mgmt_frame_regs *upd)
#else
u16 frame_type, bool reg)
@@ -5583,7 +5583,7 @@ static void cfg80211_rtw_mgmt_frame_register(struct wiphy *wiphy,
@@ -5579,7 +5579,7 @@ static void cfg80211_rtw_mgmt_frame_regi
struct net_device *ndev = wdev_to_ndev(wdev);
#endif
_adapter *adapter;
@ -20,7 +18,7 @@ index b5eb513..901501a 100644
u16 frame_type = BIT(upd->global_stypes << 4);
bool reg = false;
#endif
@@ -6516,7 +6516,7 @@ static struct cfg80211_ops rtw_cfg80211_ops = {
@@ -6510,7 +6510,7 @@ static struct cfg80211_ops rtw_cfg80211_
.action = cfg80211_rtw_mgmt_tx,
#endif