mirror of
				https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
				synced 2025-11-03 22:01:38 +00:00 
			
		
		
		
	Adapt cfg80211 rtw_cfg80211_ch_switch_notify ioctl
* This ioctl signature was changed in kernel 5.10.1 * It has a new parameter: the quiet boolean. I guessed that this value should be true in this case.
This commit is contained in:
		
							parent
							
								
									f9085c8a65
								
							
						
					
					
						commit
						7accfe2b64
					
				@ -442,7 +442,11 @@ u8 rtw_cfg80211_ch_switch_notify(_adapter *adapter, u8 ch, u8 bw, u8 offset,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0))
 | 
					#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0))
 | 
				
			||||||
	if (started) {
 | 
						if (started) {
 | 
				
			||||||
 | 
						#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0))
 | 
				
			||||||
 | 
							cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0, true);
 | 
				
			||||||
 | 
						#else
 | 
				
			||||||
		cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0);
 | 
							cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0);
 | 
				
			||||||
 | 
						#endif
 | 
				
			||||||
		goto exit;
 | 
							goto exit;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user