commit | aa674631efabfb21f573137da9b84ff905ba66d8 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <IvDoorn@gmail.com> | Tue Jun 29 21:48:37 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 30 15:00:52 2010 -0400 |
tree | 1d6bab658f50ac8b7bcc44bf55a5d7a3d8f707ae | |
parent | fdb87251229be046b2b61fd15320320f7b66853b [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>