Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56bf8822 authored by John W. Linville's avatar John W. Linville
Browse files

Revert "wireless: hostap, fix oops due to early probing interrupt"

This reverts commit 15920d8a.

This patch was discovered to cause some hostap devices to fail to
initialized.

https://bugzilla.kernel.org/show_bug.cgi?id=16111



Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 51a0d38d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2618,15 +2618,6 @@ static irqreturn_t prism2_interrupt(int irq, void *dev_id)
	int events = 0;
	u16 ev;

	/* Detect early interrupt before driver is fully configued */
	if (!dev->base_addr) {
		if (net_ratelimit()) {
			printk(KERN_DEBUG "%s: Interrupt, but dev not configured\n",
			       dev->name);
		}
		return IRQ_HANDLED;
	}

	iface = netdev_priv(dev);
	local = iface->local;