Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 397465
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 lines)
Line 35 Link Here
35
--
36
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c |    4 ++--
5
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c |    4 ++--
37
1 files changed, 2 insertions(+), 2 deletions(-)
6
1 files changed, 2 insertions(+), 2 deletions(-)
(-)a/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c (-3 / +2 lines)
Lines 606-613 int iwlagn_mac_config(struct ieee80211_hw *hw, u32 changed) Link Here
606
			if (ctx->ht.enabled) {
606
			if (ctx->ht.enabled) {
607
				/* if HT40 is used, it should not change
607
				/* if HT40 is used, it should not change
608
				 * after associated except channel switch */
608
				 * after associated except channel switch */
609
				if (iwl_is_associated_ctx(ctx) &&
609
				if (!ctx->ht.is_40mhz ||
610
				     !ctx->ht.is_40mhz)
610
						!iwl_is_associated_ctx(ctx))
611
					iwlagn_config_ht40(conf, ctx);
611
					iwlagn_config_ht40(conf, ctx);
612
			} else
612
			} else
613
				ctx->ht.is_40mhz = false;
613
				ctx->ht.is_40mhz = false;
614
- 

Return to bug 397465