Commit 769971b2 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

stating: rtl8723au: Eliminate write-only struct xmit_priv->txirp_cnt

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bc47e7d9
......@@ -180,8 +180,6 @@ int _rtw_init_xmit_priv23a(struct xmit_priv *pxmitpriv,
for (i = 0; i < 4; i ++)
pxmitpriv->wmm_para_seq[i] = i;
pxmitpriv->txirp_cnt = 1;
sema_init(&pxmitpriv->tx_retevt, 0);
pxmitpriv->ack_tx = false;
......
......@@ -312,7 +312,6 @@ struct xmit_priv {
*/
struct semaphore tx_retevt;/* all tx return event; */
u8 txirp_cnt;/* */
struct tasklet_struct xmit_tasklet;
......
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