[arch-commits] Commit in broadcom-wl-dkms/repos (2 files)

Alexander Rødseth arodseth at archlinux.org
Wed May 10 18:54:40 UTC 2017


    Date: Wednesday, May 10, 2017 @ 18:54:40
  Author: arodseth
Revision: 227721

Remove checkin by tool

Deleted:
  broadcom-wl-dkms/repos/community-i686/006-linux411.patch
  broadcom-wl-dkms/repos/community-x86_64/006-linux411.patch

-------------------------------------+
 community-i686/006-linux411.patch   |   28 ----------------------------
 community-x86_64/006-linux411.patch |   28 ----------------------------
 2 files changed, 56 deletions(-)

Deleted: community-i686/006-linux411.patch
===================================================================
--- community-i686/006-linux411.patch	2017-05-10 18:51:12 UTC (rev 227720)
+++ community-i686/006-linux411.patch	2017-05-10 18:54:40 UTC (rev 227721)
@@ -1,28 +0,0 @@
-diff --git a/src/wl/sys/wl_cfg80211_hybrid.c b/src/wl/sys/wl_cfg80211_hybrid.c
-index a9671e2..e2c69f9 100644
---- a/src/wl/sys/wl_cfg80211_hybrid.c
-+++ b/src/wl/sys/wl_cfg80211_hybrid.c
-@@ -38,6 +38,9 @@
-#include <wlioctl.h>
-#include <proto/802.11.h>
-#include <wl_cfg80211_hybrid.h>
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
-+#include <linux/sched/signal.h>
-+#endif
-
-#define EVENT_TYPE(e) dtoh32((e)->event_type)
-#define EVENT_FLAGS(e) dtoh16((e)->flags)
-diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
-index 4a99b9a..89e615b 100644
---- a/src/wl/sys/wl_linux.c
-+++ b/src/wl/sys/wl_linux.c
-@@ -2916,7 +2916,9 @@ wl_monitor(wl_info_t *wl, wl_rxsts_t *rxsts, void *p)
-if (skb == NULL) return;
-
-skb->dev = wl->monitor_dev;
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
-skb->dev->last_rx = jiffies;
-+#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
-skb_reset_mac_header(skb);
-#else

Deleted: community-x86_64/006-linux411.patch
===================================================================
--- community-x86_64/006-linux411.patch	2017-05-10 18:51:12 UTC (rev 227720)
+++ community-x86_64/006-linux411.patch	2017-05-10 18:54:40 UTC (rev 227721)
@@ -1,28 +0,0 @@
-diff --git a/src/wl/sys/wl_cfg80211_hybrid.c b/src/wl/sys/wl_cfg80211_hybrid.c
-index a9671e2..e2c69f9 100644
---- a/src/wl/sys/wl_cfg80211_hybrid.c
-+++ b/src/wl/sys/wl_cfg80211_hybrid.c
-@@ -38,6 +38,9 @@
-#include <wlioctl.h>
-#include <proto/802.11.h>
-#include <wl_cfg80211_hybrid.h>
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
-+#include <linux/sched/signal.h>
-+#endif
-
-#define EVENT_TYPE(e) dtoh32((e)->event_type)
-#define EVENT_FLAGS(e) dtoh16((e)->flags)
-diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
-index 4a99b9a..89e615b 100644
---- a/src/wl/sys/wl_linux.c
-+++ b/src/wl/sys/wl_linux.c
-@@ -2916,7 +2916,9 @@ wl_monitor(wl_info_t *wl, wl_rxsts_t *rxsts, void *p)
-if (skb == NULL) return;
-
-skb->dev = wl->monitor_dev;
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
-skb->dev->last_rx = jiffies;
-+#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
-skb_reset_mac_header(skb);
-#else



More information about the arch-commits mailing list