Remove the following unreferenced struct in include/rtw_xmit.h: struct agg_pkt_info Signed-off-by: Marco Cesati <marcocesati@xxxxxxxxx> --- drivers/staging/rtl8723bs/include/rtw_xmit.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/rtw_xmit.h b/drivers/staging/rtl8723bs/include/rtw_xmit.h index f7d6ac0ff865..4d4fa157daa9 100644 --- a/drivers/staging/rtl8723bs/include/rtw_xmit.h +++ b/drivers/staging/rtl8723bs/include/rtw_xmit.h @@ -346,11 +346,6 @@ struct hw_txqueue { signed int ac_tag; }; -struct agg_pkt_info { - u16 offset; - u16 pkt_len; -}; - enum cmdbuf_type { CMDBUF_BEACON = 0x00, CMDBUF_RSVD, -- 2.30.2