From 44713c22f8513d21aef3c4148e412d5a042f3b28 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 22 Jun 2016 16:08:09 +0200 Subject: mac80211: update to wireless-testing 2016-05-12 Signed-off-by: Felix Fietkau --- ...mac-clear-eventmask-array-before-using-it.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 package/kernel/mac80211/patches/349-0001-brcmfmac-clear-eventmask-array-before-using-it.patch (limited to 'package/kernel/mac80211/patches/349-0001-brcmfmac-clear-eventmask-array-before-using-it.patch') diff --git a/package/kernel/mac80211/patches/349-0001-brcmfmac-clear-eventmask-array-before-using-it.patch b/package/kernel/mac80211/patches/349-0001-brcmfmac-clear-eventmask-array-before-using-it.patch deleted file mode 100644 index 0acb4faaf1..0000000000 --- a/package/kernel/mac80211/patches/349-0001-brcmfmac-clear-eventmask-array-before-using-it.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Hante Meuleman -Date: Mon, 11 Apr 2016 11:35:21 +0200 -Subject: [PATCH] brcmfmac: clear eventmask array before using it - -When the event_msgs iovar is set an array is used to configure the -enabled events. This arrays needs to nulled before configuring -otherwise unhandled events will be enabled. This solves a problem -where in case of wowl the host got woken by an incorrectly enabled -event. - -Reviewed-by: Pieter-Paul Giesberts -Reviewed-by: Arend Van Spriel -Signed-off-by: Hante Meuleman -Signed-off-by: Arend van Spriel -Signed-off-by: Kalle Valo ---- - ---- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c -+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c -@@ -371,6 +371,7 @@ int brcmf_fweh_activate_events(struct br - int i, err; - s8 eventmask[BRCMF_EVENTING_MASK_LEN]; - -+ memset(eventmask, 0, sizeof(eventmask)); - for (i = 0; i < BRCMF_E_LAST; i++) { - if (ifp->drvr->fweh.evt_handler[i]) { - brcmf_dbg(EVENT, "enable event %s\n", -- cgit v1.2.3