From: Helmut Schaa Date: Thu, 8 May 2008 11:34:07 +0000 (+0200) Subject: mac80211: fix association with some APs X-Git-Tag: v2.6.26-rc3~65^2~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d16ae73becc5978fe22866e9ab66b509211afe;p=pandora-kernel.git mac80211: fix association with some APs Some APs refuse association if the supported rates contained in the association request do not match its own supported rates. This patch introduces a new function which builds the intersection between the AP's supported rates and the client's supported rates to work around such problems. The same approach is already used in ipw2200 for example. Signed-off-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed