浏览代码

qcacld-3.0: Harmonize the mlme_ht_info_field_2 layouts

Struct mlme_ht_info_field_2 has two different layouts depending upon
endinaness, but for one of the fields the naming does not match.
Rename the nonGFDevicesPresent field to be consistent with its
counterpart non_gf_devices_present.

Change-Id: Iafec9976d5f890ae6555af35c40186afacb5c325
CRs-Fixed: 2379073
Jeff Johnson 6 年之前
父节点
当前提交
da70bd1338
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/mlme/dispatcher/inc/wlan_mlme_public_struct.h

+ 1 - 1
components/mlme/dispatcher/inc/wlan_mlme_public_struct.h

@@ -447,7 +447,7 @@ struct mlme_ht_info_field_2 {
 #else
 struct mlme_ht_info_field_2 {
 	uint16_t op_mode:2;
-	uint16_t nonGFDevicesPresent:1;
+	uint16_t non_gf_devices_present:1;
 	uint16_t transmit_burst_limit:1;
 	uint16_t obss_non_ht_sta_present:1;
 	uint16_t reserved:11;