diff options
Diffstat (limited to 'sys/dev/ral/rt2860var.h')
| -rw-r--r-- | sys/dev/ral/rt2860var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ral/rt2860var.h b/sys/dev/ral/rt2860var.h index 25953c90850c..a8c2673cc8a6 100644 --- a/sys/dev/ral/rt2860var.h +++ b/sys/dev/ral/rt2860var.h @@ -142,7 +142,7 @@ struct rt2860_softc { #define RT2860_PCIE (1 << 2) #define RT2860_RUNNING (1 << 3) - struct ieee80211_node *wcid2ni[RT2860_WCID_MAX]; + struct ieee80211_node *wcid2ni[RT2860_WCID_MAX + 1]; struct rt2860_tx_ring txq[6]; struct rt2860_rx_ring rxq; |
