Searched defs:ht_protec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c5752 uint32_t ht_protec = (uint32_t)(-1); local
5779 ht_protec = in->in_htopmode;
5780 if (ht_protec > 3) {
5784 } else if (NO_HT_PROT == ht_protec) {
5785 ht_protec = sc->sc_ht_conf.ht_protection;
5789 LE_32(ht_protec << RXON_FLG_HT_OPERATING_MODE_POS);

Completed in 581 milliseconds