From: mabbas Date: Thu, 25 Oct 2007 09:15:42 +0000 (+0800) Subject: iwl4965: exclude 60M rate from probe request X-Git-Tag: v2.6.25-rc1~1162^2~653 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee488dbd7effea4c4a483b0a336df331066bb3c;p=pandora-kernel.git iwl4965: exclude 60M rate from probe request This patch do the following 2 things: 1. Make sure we don't add rate 60M part of supported rate in proble request, some AP does not like that. 2. It is wrong to set priv->active_rate in this function, this will set it to all avialable rates which might overwrite the mode supported rate. priv->active_rate should be set by only from iwl_set_rate. Signed-off-by: Mohamed Abbas Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed