From: Amitkumar Karwar Date: Sat, 14 Jul 2012 03:09:32 +0000 (-0700) Subject: mwifiex: add support to use basic rates in ibss join request X-Git-Tag: v3.6-rc1~125^2~57^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05910f4a222c602290a483f8fb2b0aa828d55c5b;p=pandora-kernel.git mwifiex: add support to use basic rates in ibss join request In mwifiex_set_rf_channel() ibss specific flags were unnecessarily getting modified for infra and AP mode. This patch removes mwifiex_set_rf_channel() function and adds equivalant code in infra, ibss and AP path. For ibss, now we are chosing band based on channel type and basic rates provided in ibss join request. We can start ibss network in A only, B only, G only, BG, BGN, AN mode. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed