From: Ivo van Doorn Date: Sun, 9 Mar 2008 21:48:08 +0000 (+0100) Subject: rt2x00: Fix basic rate initialization X-Git-Tag: v2.6.26-rc1~1138^2~428 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa776721b472e343a8db7f3c0673b1fa24e6c7f7;p=pandora-kernel.git rt2x00: Fix basic rate initialization The basic rate which is configured in the register should not match all supported rates, but only the _basic_ rates. Fix this by adding a new flag to the rt2x00_rate structure and whenever the mode is changed, loop over all available rates for that band to get the basic rate mask. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed