aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8192c/r92c_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rtwn/rtl8192c/r92c_init.c')
-rw-r--r--sys/dev/rtwn/rtl8192c/r92c_init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/rtwn/rtl8192c/r92c_init.c b/sys/dev/rtwn/rtl8192c/r92c_init.c
index 95b91a39083b..ed6c18c951fa 100644
--- a/sys/dev/rtwn/rtl8192c/r92c_init.c
+++ b/sys/dev/rtwn/rtl8192c/r92c_init.c
@@ -159,6 +159,9 @@ r92c_init_bb_common(struct rtwn_softc *sc)
rtwn_delay(sc, 1);
}
}
+
+ if (rtwn_bb_read(sc, R92C_HSSI_PARAM2(0)) & R92C_HSSI_PARAM2_CCK_HIPWR)
+ sc->sc_flags |= RTWN_FLAG_CCK_HIPWR;
}
int