projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f7435
)
mac80211: remove duplicate code
author
Eliad Peller
<eliad@wizery.com>
Tue, 3 Dec 2013 13:02:15 +0000
(15:02 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 3 Dec 2013 13:25:46 +0000
(14:25 +0100)
The same code appears just a few lines below.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/scan.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/scan.c
b/net/mac80211/scan.c
index c22cbb57b49dd30196899c32902d3876803fbe09..b12bb72a5f37bbf4861dab8eb741bb12a07239b9 100644
(file)
--- a/
net/mac80211/scan.c
+++ b/
net/mac80211/scan.c
@@
-785,14
+785,6
@@
void ieee80211_scan_work(struct work_struct *work)
goto out;
}
- /*
- * Avoid re-scheduling when the sdata is going away.
- */
- if (!ieee80211_sdata_running(sdata)) {
- aborted = true;
- goto out_complete;
- }
-
/*
* as long as no delay is required advance immediately
* without scheduling a new work