Searched refs:IWN_RXON_SHSLOT (Results 1 – 2 of 2) sorted by relevance
5452 sc->rxon.flags |= htole32(IWN_RXON_SHSLOT); in iwn_auth()5454 sc->rxon.flags &= ~htole32(IWN_RXON_SHSLOT); in iwn_auth()5543 sc->rxon.flags &= ~htole32(IWN_RXON_SHPREAMBLE | IWN_RXON_SHSLOT); in iwn_run()5545 sc->rxon.flags |= htole32(IWN_RXON_SHSLOT); in iwn_run()5757 sc->rxon.flags |= htole32(IWN_RXON_SHSLOT); in iwn_updateslot()5759 sc->rxon.flags &= ~htole32(IWN_RXON_SHSLOT); in iwn_updateslot()
502 #define IWN_RXON_SHSLOT (1 << 4) macro