Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/include/
Drtw_ht.h22 struct ht_priv { struct
23 bool ht_option;
24 bool ampdu_enable;/* for enable Tx A-MPDU */
26 u32 tx_amsdu_enable;/* for enable Tx A-MSDU */
27 u32 tx_amdsu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
28 u32 rx_ampdu_maxlen; /* for rx reordering ctrl win_sz, updated when join_callback. */
30 u8 bwmode;/* */
31 u8 ch_offset;/* PRIME_CHNL_OFFSET */
32 u8 sgi;/* short GI */
35 u16 agg_enable_bitmap;
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_ht.h26 struct ht_priv { struct
27 u32 ht_option;
28 u32 ampdu_enable;/* for enable Tx A-MPDU */
29 u32 tx_amsdu_enable;/* for enable Tx A-MSDU */
30 u32 tx_amdsu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
31 u32 rx_ampdu_maxlen; /* for rx reordering ctrl win_sz,
33 u8 bwmode;/* */
34 u8 ch_offset;/* PRIME_CHNL_OFFSET */
35 u8 sgi;/* short GI */
38 u8 agg_enable_bitmap;
[all …]
/drivers/staging/rtl8712/
Drtl871x_ht.h32 struct ht_priv { struct
33 unsigned int ht_option;
34 unsigned int ampdu_enable;/*for enable Tx A-MPDU*/
35 unsigned char baddbareq_issued[16];
36 unsigned int tx_amsdu_enable;/*for enable Tx A-MSDU */
37 unsigned int tx_amdsu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
38 unsigned int rx_ampdu_maxlen; /* for rx reordering ctrl win_sz,
40 struct ieee80211_ht_cap ht_cap;