projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
madwifi
/
patches
/
363-fix_turbo.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -4925,7 +4925,7 @@ ath_beacon_generate(struct ath_softc *sc
4
* capability info and arrange for a mode change
5
* if needed.
6
*/
7
- if (sc->sc_dturbo) {
8
+ if (sc->sc_dturbo && NULL != avp->av_boff.bo_tim) {
9
u_int8_t dtim;
10
dtim = ((avp->av_boff.bo_tim[2] == 1) ||
11
(avp->av_boff.bo_tim[3] == 1));
This page took
0.038841 seconds
and
5
git commands to generate.