aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-12-07 20:31:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-12-07 20:31:16 +0000
commit8b45e0c180114e1059767d0920ad6e6bfdeb37ce (patch)
tree9812461d46388be6e31e7a816fc76fbd662893cc /sys/dev/malo
parentf322a6cef0b142bd65c3750139ea1801513b864a (diff)
Diffstat (limited to 'sys/dev/malo')
-rw-r--r--sys/dev/malo/if_malohal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malohal.h b/sys/dev/malo/if_malohal.h
index 8322f18ef739..6a68a41afea9 100644
--- a/sys/dev/malo/if_malohal.h
+++ b/sys/dev/malo/if_malohal.h
@@ -223,7 +223,7 @@ int malo_hal_setmaxtxpwr(struct malo_hal *, uint16_t);
int malo_hal_settxpower(struct malo_hal *, const struct malo_hal_channel *);
int malo_hal_setpromisc(struct malo_hal *, int);
int malo_hal_setassocid(struct malo_hal *,
- const uint8_t[], uint16_t);
+ const uint8_t[IEEE80211_ADDR_LEN], uint16_t);
void malo_hal_txstart(struct malo_hal *, int);
void malo_hal_getisr(struct malo_hal *, uint32_t *);
void malo_hal_cmddone(struct malo_hal *);