]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
iwl4965: exclude 60M rate from probe request
authormabbas <mabbas@linux.intel.com>
Thu, 25 Oct 2007 09:15:42 +0000 (17:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:21 +0000 (15:03 -0800)
commitbee488dbd7effea4c4a483b0a336df331066bb3c
tree2f70b27d5180f97c13f822ffea8aec851a598d30
parentd9fd0c9969282609b663a1d933f0777118dd084c
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 <mabbas@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl4965-base.c