From: Ivo van Doorn Date: Tue, 8 Jul 2008 11:45:20 +0000 (+0200) Subject: rt2x00: Disable synchronization during initialization X-Git-Tag: v2.6.26~25^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f90916264049a7d9e6106fd60d289c9a775d24f;p=pandora-kernel.git rt2x00: Disable synchronization during initialization As soon as init_registers() was called, the rt2400/rt2500 would start raising beacondone interrupts. Since this is highly premature since no beacons were provided yet, we should initialize the synchronization register to 0. This will make all drivers initialize it to 0 regardless if they are raising beacondone interrupts or not, since it only makes sense to have it completely disabled. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed