010-remove_irqf_samble_random.patch 416 B

1234567891011
  1. --- a/driver/wl_linux.c 2012-09-26 20:51:48.099454971 -0400
  2. +++ b/driver/wl_linux.c 2012-09-26 20:53:24.115453441 -0400
  3. @@ -691,7 +691,7 @@
  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. }