From: Amitkumar Karwar Date: Thu, 22 Sep 2011 04:43:24 +0000 (-0700) Subject: mwifiex: pass correct band parameter to ieee80211_channel_to_frequency() X-Git-Tag: v3.2-rc1~129^2~183^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed5d521b062b7256dcfe46a3194f89ff44fdc66;p=pandora-kernel.git mwifiex: pass correct band parameter to ieee80211_channel_to_frequency() ieee80211_channel_to_frequency() routine expects band parameter in the form of "enum ieee80211_band band". Currently driver specific band (BAND_A, BAND_AN etc.) is passed to the routine. This patch makes sure that correct parameter is passed. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed