broadcom-wl: change interface names
'netifd' treats all devices with a "." in their name as vlan devices. Modify the name of virtual/WDS interfaces created by broadcom-wl to use a "-" instead of a ".", so they will be treated as simple devices by 'netifd'. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38748
This commit is contained in:
		
							
								
								
									
										11
									
								
								package/kernel/broadcom-wl/patches/013-interface-name.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								package/kernel/broadcom-wl/patches/013-interface-name.patch
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| --- a/driver/wl_linux.c | ||||
| +++ b/driver/wl_linux.c | ||||
| @@ -1556,7 +1556,7 @@ wl_add_if(wl_info_t *wl, struct wlc_if* | ||||
|   | ||||
|  	wl_if_setup(wlif->dev); | ||||
|   | ||||
| -	sprintf(wlif->dev->name, "%s%d.%d", devname, wl->pub->unit, wlif->subunit); | ||||
| +	sprintf(wlif->dev->name, "%s%d-%d", devname, wl->pub->unit, wlif->subunit); | ||||
|  	if (remote) | ||||
|  		bcopy(remote, &wlif->remote, ETHER_ADDR_LEN); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens