lkml.org 
[lkml]   [2021]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 39/57] staging: rtl8723bs: core: rtw_ieee80211: Fix incorrectly named function
    Date
    Fixes the following W=1 kernel build warning(s):

    drivers/staging/rtl8723bs/core/rtw_ieee80211.c:889: warning: expecting prototype for ieee802_11_parse_elems(). Prototype was for rtw_ieee802_11_parse_elems() instead

    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: linux-staging@lists.linux.dev
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
    index d8513acf4911c..e341789954b99 100644
    --- a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
    +++ b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
    @@ -875,7 +875,7 @@ static int rtw_ieee802_11_parse_vendor_specific(u8 *pos, uint elen,
    }

    /**
    - * ieee802_11_parse_elems - Parse information elements in management frames
    + * rtw_ieee802_11_parse_elems - Parse information elements in management frames
    * @start: Pointer to the start of IEs
    * @len: Length of IE buffer in octets
    * @elems: Data structure for parsed elements
    --
    2.27.0
    \
     
     \ /
      Last update: 2021-04-14 20:14    [W:4.030 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site