Commit 0f200704 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: Remove write-only struct xmit_priv->vcs_type

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30e89958
...@@ -297,7 +297,6 @@ struct xmit_priv { ...@@ -297,7 +297,6 @@ struct xmit_priv {
u8 vcs_setting; u8 vcs_setting;
u8 vcs; u8 vcs;
u8 vcs_type;
u64 tx_bytes; u64 tx_bytes;
u64 tx_pkts; u64 tx_pkts;
......
...@@ -389,7 +389,6 @@ static int rtw_init_default_value(struct rtw_adapter *padapter) ...@@ -389,7 +389,6 @@ static int rtw_init_default_value(struct rtw_adapter *padapter)
/* xmit_priv */ /* xmit_priv */
pxmitpriv->vcs_setting = pregistrypriv->vrtl_carrier_sense; pxmitpriv->vcs_setting = pregistrypriv->vrtl_carrier_sense;
pxmitpriv->vcs = pregistrypriv->vcs_type; pxmitpriv->vcs = pregistrypriv->vcs_type;
pxmitpriv->vcs_type = pregistrypriv->vcs_type;
/* pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; */ /* pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; */
pxmitpriv->frag_len = pregistrypriv->frag_thresh; pxmitpriv->frag_len = pregistrypriv->frag_thresh;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment