mirror of
				https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
				synced 2025-11-04 06:11:37 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			4199f288d1
			...
			ccf9be32c0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					ccf9be32c0 | ||
| fda90b7760 | 
@ -1,6 +1,6 @@
 | 
				
			|||||||
# REALTEK RTL88x2B USB Linux Driver
 | 
					# REALTEK RTL88x2B USB Linux Driver
 | 
				
			||||||
**Current Driver Version**: 5.13.1-30
 | 
					**Current Driver Version**: 5.13.1-30
 | 
				
			||||||
**Support Kernel**: 2.6.24 ~ 6.13 (with unofficial patches)
 | 
					**Support Kernel**: 2.6.24 ~ 6.14 (with unofficial patches)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Linux in-tree rtw8822bu driver is working in process, check [this](https://lore.kernel.org/lkml/20220518082318.3898514-1-s.hauer@pengutronix.de/) patchset.
 | 
					Linux in-tree rtw8822bu driver is working in process, check [this](https://lore.kernel.org/lkml/20220518082318.3898514-1-s.hauer@pengutronix.de/) patchset.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -4658,6 +4658,9 @@ exit:
 | 
				
			|||||||
static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
 | 
					static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
 | 
				
			||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
 | 
					#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
 | 
				
			||||||
	struct wireless_dev *wdev,
 | 
						struct wireless_dev *wdev,
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
 | 
				
			||||||
 | 
						unsigned int link_id,
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	int *dbm)
 | 
						int *dbm)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user