We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8240b commit 0905774Copy full SHA for 0905774
drivers/staging/vt6656/main_usb.c
@@ -770,12 +770,15 @@ static void vnt_bss_info_changed(struct ieee80211_hw *hw,
770
vnt_mac_reg_bits_on(priv, MAC_REG_TFTCTL,
771
TFTCTL_TSFCNTREN);
772
773
- vnt_adjust_tsf(priv, conf->beacon_rate->hw_value,
774
- conf->sync_tsf, priv->current_tsf);
775
-
776
vnt_mac_set_beacon_interval(priv, conf->beacon_int);
777
778
vnt_reset_next_tbtt(priv, conf->beacon_int);
+
+ vnt_adjust_tsf(priv, conf->beacon_rate->hw_value,
+ conf->sync_tsf, priv->current_tsf);
779
780
+ vnt_update_next_tbtt(priv,
781
+ conf->sync_tsf, conf->beacon_int);
782
} else {
783
vnt_clear_current_tsf(priv);
784
0 commit comments