mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-12 17:24:10 +00:00
Remove wrappers
Port of 788253860c21f4e40add556d7ed715fefb2bafb3 Port of ace050139cee44d06b06b4c78074b4eb80fb7c0a
This commit is contained in:
@@ -8600,7 +8600,7 @@ static void rtw_cfg80211_mpath_set_pinfo(struct rtw_mesh_path *mpath, u8 *next_h
|
||||
pinfo->metric = mpath->metric;
|
||||
if (rtw_time_after(mpath->exp_time, jiffies))
|
||||
pinfo->exptime = rtw_get_remaining_time_ms(mpath->exp_time);
|
||||
pinfo->discovery_timeout = rtw_systime_to_ms(mpath->discovery_timeout);
|
||||
pinfo->discovery_timeout = jiffies_to_msecs(mpath->discovery_timeout);
|
||||
pinfo->discovery_retries = mpath->discovery_retries;
|
||||
if (mpath->flags & RTW_MESH_PATH_ACTIVE)
|
||||
pinfo->flags |= NL80211_MPATH_FLAG_ACTIVE;
|
||||
|
||||
Reference in New Issue
Block a user