Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[pandora-kernel.git] / drivers / staging / rtl8712 / rtl871x_ht.h
1 #ifndef _RTL871X_HT_H_
2 #define _RTL871X_HT_H_
3
4 #include "osdep_service.h"
5 #include "wifi.h"
6
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;
16 };
17
18 #endif  /*_RTL871X_HT_H_ */
19