Home
last modified time | relevance | path

Searched refs:AGG_EN (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rtl8712/
Drtl8712_xmit.h66 #define AGG_EN BIT(29) macro
/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h63 #define AGG_EN BIT(12) macro
/drivers/staging/rtl8723bs/include/
Drtl8723b_xmit.h43 #define AGG_EN BIT(29) macro
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c219 ptxdesc->txdw2 |= cpu_to_le32(AGG_EN);/* AGG EN */ in update_txdesc()