diff options
| author | Martin Kaiser <martin@kaiser.cx> | 2023-01-23 23:53:40 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-27 12:10:37 +0300 |
| commit | b666a3ea67a66cc97c7f4423b67b42425fc0cc7f (patch) | |
| tree | d1fa3fe6bf09f81bc0f5f4bb9a2cf8b749644bde | |
| parent | a548cdc58be01f00b211836b8f1cf29269e3d9b2 (diff) | |
| download | linux-b666a3ea67a66cc97c7f4423b67b42425fc0cc7f.tar.xz | |
staging: r8188eu: struct agg_pkt_info is unused
struct agg_pkt_info is not used in the r8188eu driver. Remove it.
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/20230123205342.229589-22-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/r8188eu/include/rtw_xmit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_xmit.h b/drivers/staging/r8188eu/include/rtw_xmit.h index 4aa7833487c8..548d2cfb88ec 100644 --- a/drivers/staging/r8188eu/include/rtw_xmit.h +++ b/drivers/staging/r8188eu/include/rtw_xmit.h @@ -250,11 +250,6 @@ struct hw_txqueue { int ac_tag; }; -struct agg_pkt_info { - u16 offset; - u16 pkt_len; -}; - struct xmit_priv { spinlock_t lock; struct list_head be_pending; |
