aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8192c/r92c.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rtwn/rtl8192c/r92c.h')
-rw-r--r--sys/dev/rtwn/rtl8192c/r92c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rtwn/rtl8192c/r92c.h b/sys/dev/rtwn/rtl8192c/r92c.h
index 5ac666d083db..ff6b8d277a69 100644
--- a/sys/dev/rtwn/rtl8192c/r92c.h
+++ b/sys/dev/rtwn/rtl8192c/r92c.h
@@ -55,7 +55,7 @@ uint8_t r92c_temp_read(struct rtwn_softc *);
/* r92c_chan.c */
void r92c_get_txpower(struct rtwn_softc *, int,
- struct ieee80211_channel *, uint16_t[]);
+ struct ieee80211_channel *, uint8_t[]);
void r92c_set_bw20(struct rtwn_softc *, uint8_t);
void r92c_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
void r92c_set_gain(struct rtwn_softc *, uint8_t);