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

Commit 62b7f0df authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

[PATCH] bcm43xx: enable SPROM writing.

parent 393344f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -976,7 +976,7 @@ static int bcm43xx_wx_sprom_write(struct net_device *net_dev,
			printk("75%%");
		else if (i % 2)
			printk(".");
//TODO		bcm43xx_write16(bcm, BCM43xx_SPROM_BASE + (i * 2), sprom[i]);
		bcm43xx_write16(bcm, BCM43xx_SPROM_BASE + (i * 2), sprom[i]);
		mdelay(20);
	}
	spromctl &= ~0x10; /* SPROM WRITE enable. */