mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
staging: r8188eu: bm_pending is not used
The bm_pending queue in struct xmit_priv is initialised but not used. It can be removed. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Link: https://lore.kernel.org/r/20221230180646.91008-15-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
61d6aec28c
commit
fcef1518e6
|
|
@ -81,7 +81,6 @@ int _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter)
|
|||
rtw_init_queue(&pxmitpriv->bk_pending);
|
||||
rtw_init_queue(&pxmitpriv->vi_pending);
|
||||
rtw_init_queue(&pxmitpriv->vo_pending);
|
||||
rtw_init_queue(&pxmitpriv->bm_pending);
|
||||
|
||||
rtw_init_queue(&pxmitpriv->free_xmit_queue);
|
||||
|
||||
|
|
|
|||
|
|
@ -262,7 +262,6 @@ struct xmit_priv {
|
|||
struct __queue bk_pending;
|
||||
struct __queue vi_pending;
|
||||
struct __queue vo_pending;
|
||||
struct __queue bm_pending;
|
||||
u8 *pallocated_frame_buf;
|
||||
u8 *pxmit_frame_buf;
|
||||
uint free_xmitframe_cnt;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user