|
@@ -1012,7 +1012,7 @@ static void iwl_mvm_mac_ctxt_cmd_fill_ap(struct iwl_mvm *mvm,
|
|
|
iwl_mvm_mac_ap_iterator, &data);
|
|
|
|
|
|
if (data.beacon_device_ts) {
|
|
|
- u32 rand = (prandom_u32() % (80 - 20)) + 20;
|
|
|
+ u32 rand = (prandom_u32() % (64 - 36)) + 36;
|
|
|
mvmvif->ap_beacon_time = data.beacon_device_ts +
|
|
|
ieee80211_tu_to_usec(data.beacon_int * rand /
|
|
|
100);
|