Loading net/mac80211/mlme.c +2 −3 Original line number Diff line number Diff line Loading @@ -813,8 +813,7 @@ void ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, ieee80211_queue_work(&sdata->local->hw, &ifmgd->chswitch_work); else mod_timer(&ifmgd->chswitch_timer, jiffies + msecs_to_jiffies(sw_elem->count * TU_TO_EXP_TIME(sw_elem->count * cbss->beacon_interval)); } Loading Loading
net/mac80211/mlme.c +2 −3 Original line number Diff line number Diff line Loading @@ -813,8 +813,7 @@ void ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, ieee80211_queue_work(&sdata->local->hw, &ifmgd->chswitch_work); else mod_timer(&ifmgd->chswitch_timer, jiffies + msecs_to_jiffies(sw_elem->count * TU_TO_EXP_TIME(sw_elem->count * cbss->beacon_interval)); } Loading