aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-07-31 13:34:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-02 09:44:27 +0200
commit96b0b75941183fc4101d46a38efbc639a5dc6cb3 (patch)
tree53f7aff8128e5f8c772144bcf487dcc63ffc1c0e /drivers/staging/rtl8188eu/include
parentstaging: rtl8188eu: remove unnecessary parentheses - style (diff)
downloadlinux-dev-96b0b75941183fc4101d46a38efbc639a5dc6cb3.tar.xz
linux-dev-96b0b75941183fc4101d46a38efbc639a5dc6cb3.zip
staging: rtl8188eu: remove unused rtw_add_bcn_ie()
The function rtw_add_bcn_ie() is never used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_ap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_ap.h b/drivers/staging/rtl8188eu/include/rtw_ap.h
index bca41d68ce9d..f8f07257976c 100644
--- a/drivers/staging/rtl8188eu/include/rtw_ap.h
+++ b/drivers/staging/rtl8188eu/include/rtw_ap.h
@@ -19,8 +19,6 @@ void rtw_indicate_sta_disassoc_event(struct adapter *padapter,
struct sta_info *psta);
void init_mlme_ap_info(struct adapter *padapter);
void free_mlme_ap_info(struct adapter *padapter);
-void rtw_add_bcn_ie(struct adapter *padapter, struct wlan_bssid_ex *pnetwork,
- u8 index, u8 *data, u8 len);
void rtw_remove_bcn_ie(struct adapter *padapter,
struct wlan_bssid_ex *pnetwork, u8 index);
void update_beacon(struct adapter *padapter, u8 ie_id,