From: Imre Kaloz Date: Thu, 6 Feb 2014 18:29:44 +0000 (+0000) Subject: fix wl12xx compile error introduced in [39428] X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=11155b27ad6206340447154272037fdfc78f9400;p=openwrt%2Fstaging%2Flynxis%2Fomap.git fix wl12xx compile error introduced in [39428] Signed-off-by: Imre Kaloz SVN-Revision: 39506 --- diff --git a/package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch b/package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch index 66e43eecb0..f2789a9c55 100644 --- a/package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch +++ b/package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch @@ -91,7 +91,7 @@ Acked-by: Sekhar Nori #else ret = request_threaded_irq(wl->irq, hardirq_fn, wlcore_irq, - irqflags, pdev->name, wl); -+ wl->irqflags, pdev->name, wl); ++ wl->irq_flags, pdev->name, wl); #endif if (ret < 0) { wl1271_error("request_irq() failed: %d", ret);