mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	wwan: Fix teardown for sierra_net driver
The sierra_net driver is using proto_directip_setup for setup. So use proto_directip_teardown for teardown. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
		
							parent
							
								
									7dfd72dfff
								
							
						
					
					
						commit
						d05967baec
					
				@ -110,7 +110,7 @@ proto_wwan_teardown() {
 | 
			
		||||
	case $driver in
 | 
			
		||||
	qmi_wwan)		proto_qmi_teardown $@ ;;
 | 
			
		||||
	cdc_mbim)		proto_mbim_teardown $@ ;;
 | 
			
		||||
	sierra_net)		proto_mbim_teardown $@ ;;
 | 
			
		||||
	sierra_net)		proto_directip_teardown $@ ;;
 | 
			
		||||
	comgt)			proto_3g_teardown $@ ;;
 | 
			
		||||
	cdc_ether|*cdc_ncm)	proto_ncm_teardown $@ ;;
 | 
			
		||||
	esac
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user