bcm53xx: fix Luxul XWR-3150 LAN ports numbering
Port numbers were reverted. Fixes:c459a6bf48("bcm53xx: add support for Luxul FullMAC WiFi devices") Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit53546c3e94)
This commit is contained in:
		| @@ -47,7 +47,7 @@ bcm53xx_setup_interfaces() | |||||||
| 		;; | 		;; | ||||||
| 	luxul,xwr-3150-v1) | 	luxul,xwr-3150-v1) | ||||||
| 		ucidef_add_switch "switch0" \ | 		ucidef_add_switch "switch0" \ | ||||||
| 			"0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4:wan" "5@eth0" | 			"0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan" "5@eth0" | ||||||
| 		;; | 		;; | ||||||
| 	phicomm,k3) | 	phicomm,k3) | ||||||
| 		ucidef_add_switch "switch0" \ | 		ucidef_add_switch "switch0" \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Rafał Miłecki
					Rafał Miłecki