Home
last modified time | relevance | path

Searched defs:ht_priv (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_ht.h21 struct ht_priv { struct
22 u8 ht_option;
23 u8 ampdu_enable;/* for enable Tx A-MPDU */
24 u8 tx_amsdu_enable;/* for enable Tx A-MSDU */
25 u8 bss_coexist;/* for 20/40 Bss coexist */
28 u32 tx_amsdu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
29 u32 rx_ampdu_maxlen; /* for rx reordering ctrl win_sz, updated when join_callback. */
31 u8 rx_ampdu_min_spacing;
55 struct ht_priv_infra_ap { argument