From: Ivo van Doorn Date: Tue, 29 Jun 2010 19:48:37 +0000 (+0200) Subject: rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignment X-Git-Tag: v2.6.36-rc1~571^2~385^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa674631efabfb21f573137da9b84ff905ba66d8;p=pandora-kernel.git rt2x00: Fix IEEE80211_HT_CAP_RX_STBC assignment IEEE80211_HT_CAP_RX_STBC is a 2 bit flag, and should thus never be set as normal flag. Instead we must read the number of RX paths from the EEPROM and set the IEEE80211_HT_CAP_RX_STBC with the correct value (using the same logic as the number of TX streams). Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed