Searched defs:ht_priv (Results 1 – 3 of 3) sorted by relevance
20 struct ht_priv { struct21 u32 ht_option;22 u32 ampdu_enable;/* for enable Tx A-MPDU */23 u8 bwmode;/* */24 u8 ch_offset;/* PRIME_CHNL_OFFSET */25 u8 sgi;/* short GI */28 u8 agg_enable_bitmap;29 u8 candidate_tid_bitmap;31 struct ieee80211_ht_cap ht_cap;
32 struct ht_priv { struct33 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,41 struct ieee80211_ht_cap ht_cap;
19 struct ht_priv struct21 u8 ht_option;22 u8 ampdu_enable;/* for enable Tx A-MPDU */23 u8 tx_amsdu_enable;/* for enable Tx A-MSDU */24 u8 bss_coexist;/* for 20/40 Bss coexist */27 u32 tx_amsdu_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 rx_ampdu_min_spacing;32 u8 ch_offset;/* PRIME_CHNL_OFFSET */33 u8 sgi_20m;[all …]