]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8723bs: core: rtw_ieee80211: Fix incorrectly named function
authorLee Jones <lee.jones@linaro.org>
Wed, 14 Apr 2021 18:11:11 +0000 (19:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:26 +0000 (11:19 +0200)
commit50676c55f00e932bc6a462298ed76076d76241d3
treea6c4e5365d31e40551a5d82d3719d7a6dabdb6ed
parentf877899b9a4b48d175187d039e22b63d758b60c4
staging: rtl8723bs: core: rtw_ieee80211: Fix incorrectly named function

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>
Link: https://lore.kernel.org/r/20210414181129.1628598-40-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ieee80211.c