[kernel/f19] Fix missing bracket in patch for bug 892599

Josh Boyer jwboyer at fedoraproject.org
Wed Mar 13 11:27:56 UTC 2013


commit caf64a2b13da018578fb00eced7ec72ce9e49d7e
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Mar 13 07:27:17 2013 -0400

    Fix missing bracket in patch for bug 892599

 ..._for_ieee80211_do_stop_while_suspend_v3.9.patch |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch b/mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
index 2f0cb53..81090e3 100644
--- a/mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
+++ b/mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
@@ -36,7 +36,7 @@ index 640afab..baaa860 100644
  	case NL80211_IFTYPE_P2P_DEVICE:
  		/* relies on synchronize_rcu() below */
 diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
-index baaa860..937174b 100644
+index baaa860..7a3d675 100644
 --- a/net/mac80211/iface.c
 +++ b/net/mac80211/iface.c
 @@ -748,8 +748,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
@@ -61,7 +61,7 @@ index baaa860..937174b 100644
  		break;
  	case NL80211_IFTYPE_P2P_DEVICE:
  		/* relies on synchronize_rcu() below */
-@@ -848,28 +844,30 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -848,28 +844,31 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
  
  		drv_remove_interface_debugfs(local, sdata);
  
@@ -98,6 +98,7 @@ index baaa860..937174b 100644
 +
 +			if (hw_reconf_flags)
 +				ieee80211_hw_config(local, hw_reconf_flags);
++		}
  	}
  
 -	/* do after stop to avoid reconfiguring when we stop anyway */


More information about the scm-commits mailing list