Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac80211: Notify cfg80211 about association comeback

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211129152938.d76eac9e51ee.I986cffab95d51adfee6d84964711644392005113@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Ilan Peer and committed by
Johannes Berg
852a07c1 a083ee8a

+4
+4
net/mac80211/mlme.c
··· 3730 3730 elems->timeout_int && 3731 3731 elems->timeout_int->type == WLAN_TIMEOUT_ASSOC_COMEBACK) { 3732 3732 u32 tu, ms; 3733 + 3734 + cfg80211_assoc_comeback(sdata->dev, assoc_data->bss, 3735 + le32_to_cpu(elems->timeout_int->value)); 3736 + 3733 3737 tu = le32_to_cpu(elems->timeout_int->value); 3734 3738 ms = tu * 1024 / 1000; 3735 3739 sdata_info(sdata,