diff options
author | Yogesh Ashok Powar <yogeshp@marvell.com> | 2012-03-13 22:22:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-14 14:39:33 -0400 |
commit | aea0701e221e46c267a68187f9e6e0881e9a6a49 (patch) | |
tree | 3125ef17ebd2a99b9cca279f555b028588c4ba96 /drivers/net/wireless/mwifiex/cfp.c | |
parent | 842668417c13f5fca19d9db29f508500cd621af0 (diff) |
mwifiex: fix checkpatch --strict warnings/errors Part 2
For files cfg80211.c, cfp.c, and cmdevt.c
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cfp.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/cfp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/cfp.c b/drivers/net/wireless/mwifiex/cfp.c index 7541d9a4a6ed..2fe1c33765b8 100644 --- a/drivers/net/wireless/mwifiex/cfp.c +++ b/drivers/net/wireless/mwifiex/cfp.c | |||
@@ -163,8 +163,8 @@ u32 mwifiex_get_active_data_rates(struct mwifiex_private *priv, u8 *rates) | |||
163 | return mwifiex_get_supported_rates(priv, rates); | 163 | return mwifiex_get_supported_rates(priv, rates); |
164 | else | 164 | else |
165 | return mwifiex_copy_rates(rates, 0, | 165 | return mwifiex_copy_rates(rates, 0, |
166 | priv->curr_bss_params.data_rates, | 166 | priv->curr_bss_params.data_rates, |
167 | priv->curr_bss_params.num_of_rates); | 167 | priv->curr_bss_params.num_of_rates); |
168 | } | 168 | } |
169 | 169 | ||
170 | /* | 170 | /* |