adopted from upstream: cfg80211: unify cfg80211_roamed()

This commit is contained in:
kimocoder 2019-08-16 17:27:14 +02:00
parent 273361355d
commit 31354957a2

View File

@ -1137,6 +1137,9 @@ check_bss:
struct ieee80211_channel *notify_channel;
u32 freq;
u16 channel = cur_network->network.Configuration.DSConfig;
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0))
struct cfg80211_roam_info roam_info;
#endif
freq = rtw_ch2freq(channel);
notify_channel = ieee80211_get_channel(wiphy, freq);