Fix a compilation error for send_and_recv_msgs
This commit fixes a compilation error for send_and_recv_msgs()
by adding the missing two extra input arguments
Bug: 171515804
Test: Build successful
Change-Id: I05e1b8e67b0a47f32e695d7b4208b527c72f8cc2
diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c
index 1fa7777..ca74d35 100644
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
@@ -3198,7 +3198,7 @@
" %d VHT: %d BW: %d\n",
params->hw_mode, params->ht_enabled, params->ht40_enabled,
params->vht_enabled, params->ch_width);
- ret = send_and_recv_msgs(drv, msg, NULL, NULL);
+ ret = send_and_recv_msgs(drv, msg, NULL, NULL, NULL, NULL);
if (ret) {
wpa_printf(MSG_ERROR, "nl80211: Failed to invoke vendor"
" driver ACS function: %s\n",