projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: re-enable beacon channel hints
[openwrt.git]
/
package
/
mac80211
/
patches
/
300-pending_work.patch
diff --git
a/package/mac80211/patches/300-pending_work.patch
b/package/mac80211/patches/300-pending_work.patch
index
74acba5
..
982e233
100644
(file)
--- a/
package/mac80211/patches/300-pending_work.patch
+++ b/
package/mac80211/patches/300-pending_work.patch
@@
-258,7
+258,7
@@
ATH_DBG_WARN_ON_ONCE(!stopped);
}
- return stopped;
-+ return stopped
||
reset;
++ return stopped
&& !
reset;
}
void ath_flushrecv(struct ath_softc *sc)
This page took
0.02154 seconds
and
4
git commands to generate.