lkml.org 
[lkml]   [2022]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 13/19] staging: r8188eu: move struct pkt_file to rtw_xmit.h
    Date
    The code that uses struct pkt_file has been moved to rtw_xmit.c.
    Move the structure definition to rtw_xmit.h.

    Signed-off-by: Michael Straube <straube.linux@gmail.com>
    ---
    drivers/staging/r8188eu/include/rtw_xmit.h | 9 +++++++++
    drivers/staging/r8188eu/include/xmit_osdep.h | 9 ---------
    2 files changed, 9 insertions(+), 9 deletions(-)

    diff --git a/drivers/staging/r8188eu/include/rtw_xmit.h b/drivers/staging/r8188eu/include/rtw_xmit.h
    index 034a9f8f51c9..0e9471fb19e4 100644
    --- a/drivers/staging/r8188eu/include/rtw_xmit.h
    +++ b/drivers/staging/r8188eu/include/rtw_xmit.h
    @@ -304,6 +304,15 @@ struct xmit_priv {
    struct submit_ctx ack_tx_ops;
    };

    +struct pkt_file {
    + struct sk_buff *pkt;
    + size_t pkt_len; /* the remainder length of the open_file */
    + unsigned char *cur_buffer;
    + u8 *buf_start;
    + u8 *cur_addr;
    + size_t buf_len;
    +};
    +
    struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv);
    s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv,
    struct xmit_buf *pxmitbuf);
    diff --git a/drivers/staging/r8188eu/include/xmit_osdep.h b/drivers/staging/r8188eu/include/xmit_osdep.h
    index bcecf0bb2b18..612cdab52a9f 100644
    --- a/drivers/staging/r8188eu/include/xmit_osdep.h
    +++ b/drivers/staging/r8188eu/include/xmit_osdep.h
    @@ -7,15 +7,6 @@
    #include "osdep_service.h"
    #include "drv_types.h"

    -struct pkt_file {
    - struct sk_buff *pkt;
    - size_t pkt_len; /* the remainder length of the open_file */
    - unsigned char *cur_buffer;
    - u8 *buf_start;
    - u8 *cur_addr;
    - size_t buf_len;
    -};
    -
    extern int rtw_ht_enable;
    extern int rtw_cbw40_enable;
    extern int rtw_ampdu_enable;/* for enable tx_ampdu */
    --
    2.37.2
    \
     
     \ /
      Last update: 2022-08-20 20:18    [W:3.277 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site