Home
last modified time | relevance | path

Searched refs:IWN_FLAG_HAS_11N (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/iwn/
H A Dif_iwnvar.h251 #define IWN_FLAG_HAS_11N (1 << 6) macro
H A Dif_iwn.c649 if (sc->sc_flags & IWN_FLAG_HAS_11N) { in iwn_attach()
2257 sc->sc_flags |= IWN_FLAG_HAS_11N; in iwn_read_eeprom()
2471 if (sc->sc_flags & IWN_FLAG_HAS_11N) in iwn_read_eeprom_band()
2475 if (sc->sc_flags & IWN_FLAG_HAS_11N) in iwn_read_eeprom_band()
2519 if (!(sc->sc_flags & IWN_FLAG_HAS_11N)) { in iwn_read_eeprom_ht40()