mwifiex: wowlan: do not disconnect on suspend
For users who do not need wowlan, load mwifiex.ko with disconnect_on_suspend = 1; or iw phy0 wowlan disable. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
		
					parent
					
						
							
								4dbc13fae4
							
						
					
				
			
			
				commit
				
					
						ef0a68a832
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -26,7 +26,7 @@ | ||||||
| #include "11n.h" | #include "11n.h" | ||||||
| #include "cfg80211.h" | #include "cfg80211.h" | ||||||
| 
 | 
 | ||||||
| static int disconnect_on_suspend = 1; | static int disconnect_on_suspend; | ||||||
| module_param(disconnect_on_suspend, int, 0644); | module_param(disconnect_on_suspend, int, 0644); | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bing Zhao
				Bing Zhao