Home
last modified time | relevance | path

Searched refs:AR9300_OPFLAGS_11G (Results 1 – 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300template_wasp_k31.h46 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 3}, // opCapFlags;
H A Dar9300template_generic.h51 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_wasp_2.h51 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 3}, // opCapFlags;
H A Dar9300template_hb116.h53 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_ap121.h52 {AR9300_OPFLAGS_11G , 0}, // op_cap_flags;
H A Dar9300template_osprey_k31.h53 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // opCapFlags;
H A Dar9300template_aphrodite.h52 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_cus157.h52 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // opCapFlags;
H A Dar9300template_hb112.h52 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300template_xb112.h52 {AR9300_OPFLAGS_11G | AR9300_OPFLAGS_11A, 0}, // op_cap_flags;
H A Dar9300.h289 #define AR9300_OPFLAGS_11G 0x02 /* if set, allow 11g */ macro
H A Dar9300_eeprom.c373 AR9300_OPFLAGS_11G; in ar9300_eeprom_attach()
378 AR9300_OPFLAGS_11G; in ar9300_eeprom_attach()
H A Dar9300_attach.c2734 if (eeval & AR9300_OPFLAGS_11G) { in ar9300_fill_capability_info()