mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	This updates mac80211 to version 5.2-rc7, this contains all the changes to the wireless subsystem up to Linux 5.2-rc7. * The removed patches are applied upstream * b43 now uses kmod-lib-cordic * Update the nl80211.h file in iw to match backports version. * Remove the two backports from kernel 4.9, they were needed for mt76, but that can use the version from backports now, otherwise they collide and cause compile errors. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/net/wireless/broadcom/brcm80211/Kconfig
 | 
						|
+++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig
 | 
						|
@@ -1,6 +1,6 @@
 | 
						|
 # SPDX-License-Identifier: GPL-2.0-only
 | 
						|
 config BRCMUTIL
 | 
						|
-	tristate
 | 
						|
+	tristate "Broadcom 802.11 driver utility functions"
 | 
						|
 	depends on m
 | 
						|
 
 | 
						|
 config BRCMSMAC
 |