summaryrefslogtreecommitdiffstats
path: root/mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-13 07:27:17 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-03-13 07:27:46 -0400
commit6bc67342f304ef8258bf379886b6e980d382bef3 (patch)
tree2058950fde39b9ede8d39f7572deb484bece0d0c /mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch
parentbb8f037654084d4feb70f3fa908d27bbd83f004d (diff)
downloadkernel-6bc67342f304ef8258bf379886b6e980d382bef3.tar.gz
kernel-6bc67342f304ef8258bf379886b6e980d382bef3.tar.xz
kernel-6bc67342f304ef8258bf379886b6e980d382bef3.zip
Fix missing bracket in patch for bug 892599
Diffstat (limited to 'mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch')
-rw-r--r--mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch5
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 2f0cb5338..81090e3ec 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 */