Searched defs:acx_config (Results 1 – 2 of 2) sorted by relevance
287 struct acx_config { struct288 uint8_t antenna;289 uint8_t regdom;290 uint8_t cca_mode; /* acx100 */291 uint8_t ed_thresh; /* acx100 */
624 acx_config(struct acx_softc *sc) in acx_config() function