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 | 1e497fd00e3f954a5ec1953afd08e0b42c5afe88 (patch) | |
tree | 880cbb6a08252cadc5700311bdb4a4fbf9e8b4fe /package | |
parent | 5ec37e67f052ff8003783d9068ccccbe2409f543 (diff) | |
download | upstream-1e497fd00e3f954a5ec1953afd08e0b42c5afe88.tar.gz upstream-1e497fd00e3f954a5ec1953afd08e0b42c5afe88.tar.bz2 upstream-1e497fd00e3f954a5ec1953afd08e0b42c5afe88.zip |
[package/mac80211]: fix wl12xx compile error introduced in [39428]
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39506 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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); |