mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	ipq807x: disable GRO by default
Fixes: WIFI-12526 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -0,0 +1,5 @@ | ||||
| #!/bin/sh | ||||
| [ add = "$ACTION" -a -n "$DEVICENAME" ] && { | ||||
| 	logger disable GRO on $DEVICENAME | ||||
| 	ethtool -K $DEVICENAME gro off | ||||
| } | ||||
| @@ -0,0 +1,5 @@ | ||||
| #!/bin/sh | ||||
| [ add = "$ACTION" -a -n "$DEVICENAME" ] && { | ||||
| 	logger disable GRO on $DEVICENAME | ||||
| 	ethtool -K $DEVICENAME gro off | ||||
| } | ||||
| @@ -0,0 +1,5 @@ | ||||
| #!/bin/sh | ||||
| [ add = "$ACTION" -a -n "$DEVICENAME" ] && { | ||||
| 	logger disable GRO on $DEVICENAME | ||||
| 	ethtool -K $DEVICENAME gro off | ||||
| } | ||||
| @@ -21,6 +21,7 @@ packages: | ||||
|   - dynamic-vlan | ||||
|   - firstcontact | ||||
|   - gre | ||||
|   - ethtool | ||||
|   - ieee8021x | ||||
|   - igmpproxy | ||||
|   - ip-bridge | ||||
|   | ||||
| @@ -5,3 +5,4 @@ feeds: | ||||
|     path: ../../feeds/wifi-ax_v5.4 | ||||
| packages: | ||||
|   - wireless-regdb | ||||
|   - ethtool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin