Home
last modified time | relevance | path

Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathvar.h182 struct ath_softc { struct
189 void (*sc_power)(struct ath_softc *, int); argument
207 void (*sc_setdefantenna)(struct ath_softc *, u_int); argument
208 unsigned int sc_mrretry : 1, /* multi-rate retry support */
209 sc_softled : 1, /* enable LED gpio status */
210 sc_splitmic: 1, /* split TKIP MIC keys */
211 sc_needmib : 1, /* enable MIB stats intr */
212 sc_diversity : 1,/* enable rx diversity */
213 sc_hasveol : 1, /* tx VEOL support */
214 sc_ledstate: 1, /* LED on/off state */
[all …]