Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c85 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); in fill_txdesc_sectype()
90 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); in fill_txdesc_sectype()
94 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); in fill_txdesc_sectype()
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtl8188e_xmit.h59 #define AMPDU_DENSITY_SHT 20 macro