commit | c2da50e5837f92c9f16a611efd1bb0754036691b | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Fri Mar 13 08:56:11 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 27 20:12:51 2009 -0400 |
tree | 548317dc4f79cac5be90ab36b068f0ffe2e7cbdd | |
parent | 95e4acb7331722236b9f11492ae2e96473210ebc [diff] |
ath9k: Fix bug in handling single stream stations AP mode currently sets up the dual stream capability for all stations. This patch fixes it by checking if the associated station supports dual stream MCS rates (8-15). We would disregard any MCS rates above 15, since Atheros HW supports only 0..15 rates currently, and can't receive at rates > 15 anyway. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>