mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	net: 6lowpan: convert to using IFF_NO_QUEUE
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									ccecb2a47c
								
							
						
					
					
						commit
						4afbc0db72
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -90,7 +90,7 @@ static void lowpan_setup(struct net_device *dev)
 | 
			
		|||
	dev->hard_header_len	= 2 + 1 + 20 + 14;
 | 
			
		||||
	dev->needed_tailroom	= 2; /* FCS */
 | 
			
		||||
	dev->mtu		= IPV6_MIN_MTU;
 | 
			
		||||
	dev->tx_queue_len	= 0;
 | 
			
		||||
	dev->priv_flags		|= IFF_NO_QUEUE;
 | 
			
		||||
	dev->flags		= IFF_BROADCAST | IFF_MULTICAST;
 | 
			
		||||
	dev->watchdog_timeo	= 0;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue