Переглянути джерело

qcacld-3.0: Fix arg order passed to hdd_update_channel_width

In __wlan_hdd_cfg80211_set_wifi_test_config (), the arguments
to hdd_update_channel_width() is interchanged via the
commit Id2a872152e308e94389cd1068013d7661b37659b. Link id
is passed instead of bonding mode and vice versa. This
causes channel width to be 20 MHz in VDEV start command
causing downgrade in connection bandwidth even though the
device is capable of higher bandwidth connection.

Fix the order of the arguments passed to
hdd_update_channel_width ().

Change-Id: I30a0c8e136882ec1686a82e7da128d610dee7009
CRs-Fixed: 3638675
Abhinav Kumar 1 рік тому
батько
коміт
a8f28807e5
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      core/hdd/src/wlan_hdd_cfg80211.c

+ 1 - 2
core/hdd/src/wlan_hdd_cfg80211.c

@@ -14177,9 +14177,8 @@ __wlan_hdd_cfg80211_set_wifi_test_config(struct wiphy *wiphy,
 		} else {
 			hdd_update_channel_width(
 					link_info, eHT_CHANNEL_WIDTH_160MHZ,
-					link_id,
 					WNI_CFG_CHANNEL_BONDING_MODE_ENABLE,
-					false);
+					link_id, false);
 			hdd_set_tx_stbc(link_info, 1);
 			hdd_set_11ax_rate(adapter, 0xFFFF, NULL);
 			status = wma_cli_set_command(