[FS#760] MQmaker WiTi / mt76x2e / 2.4 GHz / no minstrel sampling

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Thu Jun 17 02:37:41 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#760 - MQmaker WiTi / mt76x2e / 2.4 GHz / no minstrel sampling 
User who did this - Ted Phelps (phelps)

----------
I was seeing similar behavior without a MAC address override, and it's preventing my printer from being able to do the DHCP thing.


 I tracked the problem down to this patch: 349-mac80211-minstrel_ht-significantly-redesign-the-rate.patch, and specifically these two lines in minstrel_ht_get_rate in rc80211_minstrel_ht.c:


	if (time_is_before_jiffies(mi->sample_time))
		return;


I'm reckon that should be time_is_after_jiffies, which would return true if the sample time is in the future and allow the rest of the function to run if it's not.  Making this change gets my sample rates changing at a reasonable rate and gets my printer working again.
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=760#comment9821

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list