mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 01:52:51 +00:00 
			
		
		
		
	qca-wifi-7/hostapd: increase socket buffer size
Fixes: WIFI-14742 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		| @@ -0,0 +1,11 @@ | |||||||
|  | --- a/src/drivers/driver_nl80211.c | ||||||
|  | +++ b/src/drivers/driver_nl80211.c | ||||||
|  | @@ -127,7 +127,7 @@ static void nl80211_register_eloop_read( | ||||||
|  |  	 */ | ||||||
|  |  	int err; | ||||||
|  |   | ||||||
|  | -	err = nl_socket_set_buffer_size(*handle, 262144, 0); | ||||||
|  | +	err = nl_socket_set_buffer_size(*handle, 1048576, 0); | ||||||
|  |  	if (err < 0) { | ||||||
|  |  		wpa_printf(MSG_DEBUG, | ||||||
|  |  			   "nl80211: Could not set nl_socket RX buffer size: %s", | ||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin