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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h317 #define ATH_BUF_MGMT 0x00000001 /* (tx) desc is a mgmt desc */ macro
323 #define ATH_BUF_FLAGS_CLONE (ATH_BUF_MGMT | ATH_BUF_TOA_PROBE)
H A Dif_ath.c3166 bf->bf_flags |= ATH_BUF_MGMT;
3168 bf->bf_flags &= (~ATH_BUF_MGMT);
3207 (bf->bf_flags & ATH_BUF_MGMT) ?
3834 * XXX mark txbuf_mgmt frames with ATH_BUF_MGMT, so the
4745 if (bf->bf_flags & ATH_BUF_MGMT)
4766 if (bf->bf_flags & ATH_BUF_MGMT)

Completed in 99 milliseconds