mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 03:05:34 +00:00
Remove empty update_bcn_p2p_ie
This commit is contained in:
parent
bb3dc5ca12
commit
cc69f83f3d
@ -3226,11 +3226,6 @@ static void update_bcn_wps_ie(_adapter *padapter)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void update_bcn_p2p_ie(_adapter *padapter)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
static void update_bcn_vendor_spec_ie(_adapter *padapter, u8 *oui)
|
static void update_bcn_vendor_spec_ie(_adapter *padapter, u8 *oui)
|
||||||
{
|
{
|
||||||
RTW_INFO("%s\n", __FUNCTION__);
|
RTW_INFO("%s\n", __FUNCTION__);
|
||||||
@ -3241,9 +3236,9 @@ static void update_bcn_vendor_spec_ie(_adapter *padapter, u8 *oui)
|
|||||||
update_bcn_wmm_ie(padapter);
|
update_bcn_wmm_ie(padapter);
|
||||||
else if (_rtw_memcmp(WPS_OUI, oui, 4))
|
else if (_rtw_memcmp(WPS_OUI, oui, 4))
|
||||||
update_bcn_wps_ie(padapter);
|
update_bcn_wps_ie(padapter);
|
||||||
else if (_rtw_memcmp(P2P_OUI, oui, 4))
|
else if (_rtw_memcmp(P2P_OUI, oui, 4)) {
|
||||||
update_bcn_p2p_ie(padapter);
|
// update_bcn_p2p_ie(padapter);
|
||||||
else
|
} else
|
||||||
RTW_INFO("unknown OUI type!\n");
|
RTW_INFO("unknown OUI type!\n");
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user