Home
last modified time | relevance | path

Searched refs:AR9300_OPFLAGS_11A (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_aphrodite.h47 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_cus157.h47 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // opCapFlags;
H A Dar9300template_generic.h46 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_hb112.h47 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_hb116.h48 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_osprey_k31.h48 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // opCapFlags;
H A Dar9300template_wasp_2.h45 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 3}, // opCapFlags;
H A Dar9300template_wasp_k31.h46 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 3}, // opCapFlags;
H A Dar9300template_xb112.h47 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_xb113.h47 { AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300.h300 #define AR9300_OPFLAGS_11A 0x01 /* if set, allow 11a */ macro
H A Dar9300_attach.c2722 if (eeval & AR9300_OPFLAGS_11A) { in ar9300_fill_capability_info()