OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/driver/wl_linux.c
2 +++ b/driver/wl_linux.c
3 @@ -695,7 +695,7 @@ wl_attach(uint16 vendor, uint16 device,
4 if (wl->bustype != JTAG_BUS)
5 #endif /* BCMJTAG */
6 {
7 - if (request_irq(irq, wl_isr, IRQF_SHARED|IRQF_SAMPLE_RANDOM, dev->name, wl)) {
8 + if (request_irq(irq, wl_isr, IRQF_SHARED, dev->name, wl)) {
9 WL_ERROR(("wl%d: request_irq() failed\n", unit));
10 goto fail;
11 }