summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtw_ht.h
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-08-24 08:22:05 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 16:01:41 (GMT)
commit3c6ccb8094bfefb5db01026ff7a810878a58fb1b (patch)
tree51de15928adc948aae64c94cb5ed985c2d1725ff /drivers/staging/rtl8188eu/include/rtw_ht.h
parent2976f0a5bc2a3a50c84de49f0a14c5d84439ae2b (diff)
downloadlinux-3c6ccb8094bfefb5db01026ff7a810878a58fb1b.tar.xz
staging: r8188eu: remove unused members of ht_priv structure
tx_amsdu_enable and tx_amdsu_maxlen are not used in driver code. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtw_ht.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_ht.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_ht.h b/drivers/staging/rtl8188eu/include/rtw_ht.h
index 7beb0b1..2b03b11 100644
--- a/drivers/staging/rtl8188eu/include/rtw_ht.h
+++ b/drivers/staging/rtl8188eu/include/rtw_ht.h
@@ -21,8 +21,6 @@
struct ht_priv {
u32 ht_option;
u32 ampdu_enable;/* for enable Tx A-MPDU */
- u32 tx_amsdu_enable;/* for enable Tx A-MSDU */
- u32 tx_amdsu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */
u32 rx_ampdu_maxlen; /* for rx reordering ctrl win_sz,
* updated when join_callback. */
u8 bwmode;/* */