Wait...offloading wasn't enabled?
You may want to try this too:
Append the following to /etc/modules.conf
options mt7915e wed_enable=Y
(It requires a reboot to apply this Wireless Ethernet Dispatch setting.)
Wait...offloading wasn't enabled?
You may want to try this too:
Append the following to /etc/modules.conf
options mt7915e wed_enable=Y
(It requires a reboot to apply this Wireless Ethernet Dispatch setting.)
I'm new in OpenWrt (only 2 month of using). It was disabled by default, and I hadn't read any “10 tips for using OpenWrt for newbies” that would have told me about this feature.
In my opinion, this functionality should be enabled by default and generally not require any additional tweaks out of the box.
I'll try that later, thank you!
It seems that the above settings really help.
Below are the commands to enable hardware flow offloading and WED, as suggested by @lleachii.
# Enable hardware flow offloading
uci set firewall.cfg01e63d.flow_offloading='1'
uci set firewall.cfg01e63d.flow_offloading_hw='1'
uci commit
# Enable WED hardware acceleration
echo "options mt7915e wed_enable=Y" >> /etc/modules.conf
reboot
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.