mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	remove unneeded patch
SVN-Revision: 19088
This commit is contained in:
		
							parent
							
								
									f8834b9c70
								
							
						
					
					
						commit
						46783f81ee
					
				@ -1,20 +0,0 @@
 | 
			
		||||
--- a/drivers/net/wireless/hostap/hostap_main.c
 | 
			
		||||
+++ b/drivers/net/wireless/hostap/hostap_main.c
 | 
			
		||||
@@ -875,15 +875,16 @@ void hostap_setup_dev(struct net_device 
 | 
			
		||||
 
 | 
			
		||||
 	switch(type) {
 | 
			
		||||
 	case HOSTAP_INTERFACE_AP:
 | 
			
		||||
+		dev->tx_queue_len = 0;	/* use main radio device queue */
 | 
			
		||||
 		dev->netdev_ops = &hostap_mgmt_netdev_ops;
 | 
			
		||||
 		dev->type = ARPHRD_IEEE80211;
 | 
			
		||||
 		dev->header_ops = &hostap_80211_ops;
 | 
			
		||||
 		break;
 | 
			
		||||
 	case HOSTAP_INTERFACE_MASTER:
 | 
			
		||||
-		dev->tx_queue_len = 0;	/* use main radio device queue */
 | 
			
		||||
 		dev->netdev_ops = &hostap_master_ops;
 | 
			
		||||
 		break;
 | 
			
		||||
 	default:
 | 
			
		||||
+		dev->tx_queue_len = 0;	/* use main radio device queue */
 | 
			
		||||
 		dev->netdev_ops = &hostap_netdev_ops;
 | 
			
		||||
 	}
 | 
			
		||||
 
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user