From f3a1db04f0ebba577598f1577d3c8c756c8bf757 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 29 Feb 2016 17:19:04 +0000 Subject: mac80211: backport from trunk r48782 + required kernel patches and mt76, mwlwifi Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48822 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../370-0001-brcmfmac-Fix-exception-handling.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 package/kernel/mac80211/patches/370-0001-brcmfmac-Fix-exception-handling.patch (limited to 'package/kernel/mac80211/patches/370-0001-brcmfmac-Fix-exception-handling.patch') diff --git a/package/kernel/mac80211/patches/370-0001-brcmfmac-Fix-exception-handling.patch b/package/kernel/mac80211/patches/370-0001-brcmfmac-Fix-exception-handling.patch deleted file mode 100644 index bcd10314d9..0000000000 --- a/package/kernel/mac80211/patches/370-0001-brcmfmac-Fix-exception-handling.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Hante Meuleman -Date: Fri, 18 Sep 2015 22:08:04 +0200 -Subject: [PATCH] brcmfmac: Fix exception handling. - -In some exception situations the ifp->vif was not properly assigned -which could result in crash. - -Reviewed-by: Arend Van Spriel -Reviewed-by: Pieter-Paul Giesberts -Signed-off-by: Hante Meuleman -Signed-off-by: Arend van Spriel -Signed-off-by: Kalle Valo ---- - ---- a/drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c -+++ b/drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c -@@ -6331,6 +6331,7 @@ wiphy_unreg_out: - priv_out: - wl_deinit_priv(cfg); - brcmf_free_vif(vif); -+ ifp->vif = NULL; - wiphy_out: - brcmf_free_wiphy(wiphy); - return NULL; -- cgit v1.2.3