Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1329704 > unrolled thread

[PATCH 3.2 27/87] rtlwifi: rtl8192ce: Fix handling of module parameters

Started byBen Hutchings <ben@decadent.org.uk>
First post2016-02-09 01:00 +0100
Last post2016-02-09 01:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3.2 27/87] rtlwifi: rtl8192ce: Fix handling of module  parameters Ben Hutchings <ben@decadent.org.uk> - 2016-02-09 01:00 +0100

#1329704 — [PATCH 3.2 27/87] rtlwifi: rtl8192ce: Fix handling of module parameters

FromBen Hutchings <ben@decadent.org.uk>
Date2016-02-09 01:00 +0100
Subject[PATCH 3.2 27/87] rtlwifi: rtl8192ce: Fix handling of module parameters
Message-ID<r03SP-3V2-33@gated-at.bofh.it>
3.2.77-rc1 review patch.  If anyone has any objections, please let me know.

------------------

From: Larry Finger <Larry.Finger@lwfinger.net>

commit b24f19f16b9e43f54218c07609b783ea8625406a upstream.

The module parameter for software encryption was never transferred to
the location used by the driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
[bwh: Backported to 3.2: adjust filename]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/net/wireless/rtlwifi/rtl8192ce/sw.c | 2 ++
 1 file changed, 2 insertions(+)

--- a/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c
@@ -138,6 +138,8 @@ int rtl92c_init_sw_vars(struct ieee80211
 	rtlpriv->psc.inactiveps = rtlpriv->cfg->mod_params->inactiveps;
 	rtlpriv->psc.swctrl_lps = rtlpriv->cfg->mod_params->swctrl_lps;
 	rtlpriv->psc.fwctrl_lps = rtlpriv->cfg->mod_params->fwctrl_lps;
+	rtlpriv->cfg->mod_params->sw_crypto =
+		rtlpriv->cfg->mod_params->sw_crypto;
 	if (!rtlpriv->psc.inactiveps)
 		pr_info("rtl8192ce: Power Save off (module option)\n");
 	if (!rtlpriv->psc.fwctrl_lps)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web