diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 18:29:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 18:29:44 +0000 |
commit | 11155b27ad6206340447154272037fdfc78f9400 (patch) | |
tree | 585e3a77997f8dd9371486f6062c8bca03cf3d37 /package/kernel/mac80211/patches | |
parent | 5a57185ea188569c799096038773b6e3cedaee8a (diff) | |
download | upstream-11155b27ad6206340447154272037fdfc78f9400.tar.gz upstream-11155b27ad6206340447154272037fdfc78f9400.tar.bz2 upstream-11155b27ad6206340447154272037fdfc78f9400.zip |
fix wl12xx compile error introduced in [39428]
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39506
Diffstat (limited to 'package/kernel/mac80211/patches')
-rw-r--r-- | package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nsekhar@ti.com> #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); |