From: Ivo van Doorn Date: Tue, 17 Feb 2009 13:04:29 +0000 (+0100) Subject: rt2x00: Fix RF offset X-Git-Tag: v2.6.30-rc1~662^2~460^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd2fdb4c606f0e5cfec3647d57ebd20f03caafd;p=pandora-kernel.git rt2x00: Fix RF offset The word_base is in bytes instead of word index number, this means that when using it, it should be transformed into a word index first. Otherwise RF register reading will fail through debugfs since we would start reading 4 words starting with word 4 (which is the last valid word for RF). Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed