Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
[linux-btrfs-devel.git] / drivers / staging / rtl8712 / rtl871x_ht.h
blob612203deea7334d74e7c6042b0825c039eddd3ab
1 #ifndef _RTL871X_HT_H_
2 #define _RTL871X_HT_H_
4 #include "osdep_service.h"
5 #include "wifi.h"
7 struct ht_priv {
8 unsigned int ht_option;
9 unsigned int ampdu_enable;/*for enable Tx A-MPDU*/
10 unsigned char baddbareq_issued[16];
11 unsigned int tx_amsdu_enable;/*for enable Tx A-MSDU */
12 unsigned int tx_amdsu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
13 unsigned int rx_ampdu_maxlen; /* for rx reordering ctrl win_sz,
14 * updated when join_callback. */
15 struct ieee80211_ht_cap ht_cap;
18 #endif /*_RTL871X_HT_H_ */