From: Sujith Date: Fri, 13 Mar 2009 03:26:11 +0000 (+0530) Subject: ath9k: Fix bug in handling single stream stations X-Git-Tag: v2.6.30-rc1~642^2^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2da50e5837f92c9f16a611efd1bb0754036691b;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed