[package/mac80211]: fix wl12xx compile error introduced in [39428]
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 18:29:44 +0000 (18:29 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Feb 2014 18:29:44 +0000 (18:29 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39506 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/mac80211/patches/901-wlcore-set-irq_flags-in-the-board-files.patch

index 66e43eecb073a34102479ad0574b8720cca23b02..f2789a9c555a5a75b94d656bc85611c1bc7f8e04 100644 (file)
@@ -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);