mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34: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>
		
			
				
	
	
		
			12 lines
		
	
	
		
			416 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			416 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/net/wireless/ath/ath10k/htt.h
 | 
						|
+++ b/drivers/net/wireless/ath/ath10k/htt.h
 | 
						|
@@ -226,7 +226,7 @@ enum htt_rx_ring_flags {
 | 
						|
 };
 | 
						|
 
 | 
						|
 #define HTT_RX_RING_SIZE_MIN 128
 | 
						|
-#define HTT_RX_RING_SIZE_MAX 2048
 | 
						|
+#define HTT_RX_RING_SIZE_MAX 512
 | 
						|
 #define HTT_RX_RING_SIZE HTT_RX_RING_SIZE_MAX
 | 
						|
 #define HTT_RX_RING_FILL_LEVEL (((HTT_RX_RING_SIZE) / 2) - 1)
 | 
						|
 #define HTT_RX_RING_FILL_LEVEL_DUAL_MAC (HTT_RX_RING_SIZE - 1)
 |