mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			[wfb] atheros init fix (#654)
							parent
							
								
									d4e4ec3388
								
							
						
					
					
						commit
						3301322b40
					
				|  | @ -67,7 +67,7 @@ load_interface() { | ||||||
|   if [ ${driver} = "realtek" ]; then |   if [ ${driver} = "realtek" ]; then | ||||||
| 	  ifconfig ${wlan} up | 	  ifconfig ${wlan} up | ||||||
| 	  iwconfig ${wlan} mode monitor | 	  iwconfig ${wlan} mode monitor | ||||||
|   elif [ ${driver} = "atheros" ] | [ ${driver} = "ralink" ]; then |   elif [ ${driver} = "atheros" ] || [ ${driver} = "ralink" ]; then | ||||||
| 	  iwconfig ${wlan} mode monitor | 	  iwconfig ${wlan} mode monitor | ||||||
| 	  ifconfig ${wlan} up | 	  ifconfig ${wlan} up | ||||||
|   fi |   fi | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue