From: Bob Copeland Date: Mon, 17 Aug 2009 15:18:14 +0000 (-0400) Subject: wl1251: correct definitions for 0th bit defines X-Git-Tag: v2.6.32-rc1~703^2~335^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de6f73c34fb9a74454a5b519cefd635b5e8ceb6;p=pandora-kernel.git wl1251: correct definitions for 0th bit defines ACX_SLV_SOFT_RESET_BIT and ACX_REG_EEPROM_START_BIT are both defined as "1" in the vendor driver code, but they were defined to be BIT(1) ("2") here. The SOFT_RESET typo ensures that wl1251_boot_soft_reset() doesn't; as a result the device hangs when trying to reprogram the PLL registers while running. Signed-off-by: Bob Copeland Acked-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed