mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 17:09:36 +00:00
rtl8188eu: convert left-over get_ra() to wifi_get_ra()
During commit 7245a6982d
one occurence of
get_ra() has been left behind in ioctl_cfg80211.c so let's update it.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:
parent
7245a6982d
commit
b9637c592b
1 changed files with 1 additions and 1 deletions
|
@ -4618,7 +4618,7 @@ void rtw_cfg80211_rx_p2p_action_public(_adapter *adapter, union recv_frame *rfra
|
||||||
|
|
||||||
indicate:
|
indicate:
|
||||||
#if defined(RTW_DEDICATED_P2P_DEVICE)
|
#if defined(RTW_DEDICATED_P2P_DEVICE)
|
||||||
if (rtw_cfg80211_redirect_pd_wdev(dvobj_to_wiphy(dvobj), get_ra(frame), &wdev))
|
if (rtw_cfg80211_redirect_pd_wdev(dvobj_to_wiphy(dvobj), wifi_get_ra(frame), &wdev))
|
||||||
if (0)
|
if (0)
|
||||||
RTW_INFO("redirect to pd_wdev:%p\n", wdev);
|
RTW_INFO("redirect to pd_wdev:%p\n", wdev);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue