Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h4793 * @IWM_TX_CMD_FLG_PROT_REQUIRE: use RTS or CTS-to-self to protect the frame
4825 #define IWM_TX_CMD_FLG_PROT_REQUIRE (1 << 0)
4821 #define IWM_TX_CMD_FLG_PROT_REQUIRE global() macro
H A Dif_iwm.c3809 flags |= IWM_TX_CMD_FLG_PROT_REQUIRE; in iwm_tx()