mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver
Repost patch of driver for LAN7800 family of USB 2.0 & USB 3.0 to Gigabit Ethernet. - remove module param which can be configurable by standard mechanism. - remove other module parms except msg_level per review comment. - update to handle byte swap for statistics structure correctly. Signed-off-by: Woojung Huh <woojung.huh@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									a6ed38361b
								
							
						
					
					
						commit
						55d7de9de6
					
				
					 4 changed files with 4610 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -106,6 +106,16 @@ config USB_RTL8152
 | 
			
		|||
	  To compile this driver as a module, choose M here: the
 | 
			
		||||
	  module will be called r8152.
 | 
			
		||||
 | 
			
		||||
config USB_LAN78XX
 | 
			
		||||
	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
 | 
			
		||||
	select MII
 | 
			
		||||
	help
 | 
			
		||||
	  This option adds support for Microchip LAN78XX based USB 2
 | 
			
		||||
	  & USB 3 10/100/1000 Ethernet adapters.
 | 
			
		||||
 | 
			
		||||
	  To compile this driver as a module, choose M here: the
 | 
			
		||||
	  module will be called lan78xx.
 | 
			
		||||
 | 
			
		||||
config USB_USBNET
 | 
			
		||||
	tristate "Multi-purpose USB Networking Framework"
 | 
			
		||||
	select MII
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,6 +8,7 @@ obj-$(CONFIG_USB_PEGASUS)	+= pegasus.o
 | 
			
		|||
obj-$(CONFIG_USB_RTL8150)	+= rtl8150.o
 | 
			
		||||
obj-$(CONFIG_USB_RTL8152)	+= r8152.o
 | 
			
		||||
obj-$(CONFIG_USB_HSO)		+= hso.o
 | 
			
		||||
obj-$(CONFIG_USB_LAN78XX)	+= lan78xx.o
 | 
			
		||||
obj-$(CONFIG_USB_NET_AX8817X)	+= asix.o
 | 
			
		||||
asix-y := asix_devices.o asix_common.o ax88172a.o
 | 
			
		||||
obj-$(CONFIG_USB_NET_AX88179_178A)      += ax88179_178a.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3530
									
								
								drivers/net/usb/lan78xx.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3530
									
								
								drivers/net/usb/lan78xx.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										1069
									
								
								drivers/net/usb/lan78xx.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1069
									
								
								drivers/net/usb/lan78xx.h
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue