From: Bruno Randolf Date: Mon, 7 Jun 2010 04:11:25 +0000 (+0900) Subject: ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masks X-Git-Tag: v2.6.36-rc1~571^2~615^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d5b2c83ca8904b6826a0713263a4e5a9c0730a;p=pandora-kernel.git ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masks #define AR5K_PHY_RESTART_DIV_GC 0x001c0000 is 3 bit wide. The previous values of 0xc and 0x8 are 4bit wide and bigger than the mask. Writing 0 and 1 to AR5K_PHY_RESTART_DIV_GC is consistent with the comments and initvals we have in the HAL. Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed