Searched refs:nextant (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c4388 int nextant; local
4398 nextant = 1<<(ffs(txant)-1);
4399 txant &= ~nextant;
4401 nextant = iwm_get_valid_tx_ant(sc);
4404 tab |= nextant << IWM_RATE_MCS_ANT_POS;

Completed in 110 milliseconds