mirror of https://github.com/hak5/openwrt-owl.git
fix wl12xx compile error introduced in [39428]
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39506owl
parent
5a57185ea1
commit
11155b27ad
|
@ -91,7 +91,7 @@ Acked-by: Sekhar Nori <nsekhar@ti.com>
|
||||||
#else
|
#else
|
||||||
ret = request_threaded_irq(wl->irq, hardirq_fn, wlcore_irq,
|
ret = request_threaded_irq(wl->irq, hardirq_fn, wlcore_irq,
|
||||||
- irqflags, pdev->name, wl);
|
- irqflags, pdev->name, wl);
|
||||||
+ wl->irqflags, pdev->name, wl);
|
+ wl->irq_flags, pdev->name, wl);
|
||||||
#endif
|
#endif
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
wl1271_error("request_irq() failed: %d", ret);
|
wl1271_error("request_irq() failed: %d", ret);
|
||||||
|
|
Loading…
Reference in New Issue