From 501c91f24499f477f2f7bca5abb1c0d3757ba454 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Fri, 13 May 2011 10:36:05 +0200 Subject: [PATCH] The sched_scan patches changed context for a patch. Signed-off-by: Johannes Berg --- patches/10-add-wext-handlers-to-netdev.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/10-add-wext-handlers-to-netdev.patch b/patches/10-add-wext-handlers-to-netdev.patch index 3600c6fdf43e..cd35cf657ef3 100644 --- a/patches/10-add-wext-handlers-to-netdev.patch +++ b/patches/10-add-wext-handlers-to-netdev.patch @@ -21,7 +21,7 @@ CONFIG_WIRELESS_EXT in compat-wireless. @@ -373,10 +373,6 @@ struct wiphy *wiphy_new(const struct cfg INIT_LIST_HEAD(&rdev->bss_list); INIT_WORK(&rdev->scan_done_wk, __cfg80211_scan_done); - + INIT_WORK(&rdev->sched_scan_results_wk, __cfg80211_sched_scan_results); -#ifdef CONFIG_CFG80211_WEXT - rdev->wiphy.wext = &cfg80211_wext_handler; -#endif -- 2.30.2