Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h4795 * @IWM_TX_CMD_FLG_STA_RATE: use RS table with initial index from the TX command.
4827 #define IWM_TX_CMD_FLG_STA_RATE (1 << 4)
4823 #define IWM_TX_CMD_FLG_STA_RATE global() macro
H A Dif_iwm.c3706 tx->tx_flags |= htole32(IWM_TX_CMD_FLG_STA_RATE); in iwm_tx_fill_cmd()