summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-02-25 13:08:42 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-25 14:01:06 +0100
commitb073b837fc549c3480430f503196ec80cfcf442c (patch)
tree6040b89596cf09bdb6b74418121c0dcfc601d113
parent8f7b7c0df5e8d789e616111a23d1d84ee7073336 (diff)
downloadlinux-b073b837fc549c3480430f503196ec80cfcf442c.tar.gz
linux-b073b837fc549c3480430f503196ec80cfcf442c.tar.bz2
linux-b073b837fc549c3480430f503196ec80cfcf442c.zip
staging: r8188eu: remove update_bcn_p2p_ie()
The function update_bcn_p2p_ie() is empty. Remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220225120843.10674-4-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/r8188eu/core/rtw_ap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/r8188eu/core/rtw_ap.c b/drivers/staging/r8188eu/core/rtw_ap.c
index ed66331de319..2ff78ed1faab 100644
--- a/drivers/staging/r8188eu/core/rtw_ap.c
+++ b/drivers/staging/r8188eu/core/rtw_ap.c
@@ -613,16 +613,10 @@ exit:
kfree(pbackup_remainder_ie);
}
-static void update_bcn_p2p_ie(struct adapter *padapter)
-{
-}
-
static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui)
{
if (!memcmp(WPS_OUI, oui, 4))
update_bcn_wps_ie(padapter);
- else if (!memcmp(P2P_OUI, oui, 4))
- update_bcn_p2p_ie(padapter);
}
void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx)