commit | 4ed5d521b062b7256dcfe46a3194f89ff44fdc66 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Wed Sep 21 21:43:24 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 27 14:34:03 2011 -0400 |
tree | 76e9cf45205f50519ba05bcd6aefce081c89cd86 | |
parent | 5116f3cef206e7fcd6023ba8595a6321f33c2044 [diff] |
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 <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>