1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00
openwrt/package/madwifi/patches/363-fix_turbo.patch
Felix Fietkau bdfc0556b8 refresh madwifi patches
SVN-Revision: 11932
2008-07-25 22:41:13 +00:00

12 lines
308 B
Diff

--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -4917,7 +4917,7 @@
* capability info and arrange for a mode change
* if needed.
*/
- if (sc->sc_dturbo) {
+ if (sc->sc_dturbo && NULL != avp->av_boff.bo_tim) {
u_int8_t dtim;
dtim = ((avp->av_boff.bo_tim[2] == 1) ||
(avp->av_boff.bo_tim[3] == 1));