From: Rafał Miłecki Date: Fri, 12 Aug 2011 23:41:11 +0000 (+0200) Subject: b43: HT-PHY: init: add missing PHY mask/set ops X-Git-Tag: v3.2-rc1~129^2~353^2^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357e24d2d07a2bb5bf706026d1ccf508c56b9b3e;p=pandora-kernel.git b43: HT-PHY: init: add missing PHY mask/set ops MMIO hacks were used to trick ndis&wl. For example following: phy_read(0x0280) -> 0xffff phy_write(0x0280) <- 0xff3e *** phy_read(0x0280) -> 0x0000 phy_write(0x0280) <- 0x003e was translated to mask 0xff00 and set 0x3e. Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- Reading git-diff-tree failed