mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	ucentral: development update
* fix poe bringup on Realtek PoE switches Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -366,7 +366,7 @@ poe_cmd_port_power_budget(unsigned char port, unsigned char budget) | |||||||
| static int | static int | ||||||
| poe_cmd_power_mgmt_mode(unsigned char mode) | poe_cmd_power_mgmt_mode(unsigned char mode) | ||||||
| { | { | ||||||
| 	unsigned char cmd[] = { 0x18, 0x00, mode }; | 	unsigned char cmd[] = { 0x17, 0x00, mode }; | ||||||
|  |  | ||||||
| 	return poe_cmd_queue(cmd, sizeof(cmd)); | 	return poe_cmd_queue(cmd, sizeof(cmd)); | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin