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

qcacld-3.0: Fix struct mlme_ht_param_info featurization

When ANI_LITTLE_BIT_ENDIAN is not defined, a compiler error is
flagged in the definition of struct mlme_ht_param_info due to a
misplaced #endif, so relocate it.

Change-Id: I72df79a1dfae84c2cd6797d1d112de6ef8ca7ef6
CRs-Fixed: 3498279
Jeff Johnson 1 рік тому
батько
коміт
cd2f747c1a

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

@@ -486,8 +486,8 @@ struct mlme_ht_param_info {
 	uint8_t max_rx_ampdu_factor:2;
 	uint8_t mpdu_density:3;
 	uint8_t reserved:3;
-#endif
 } qdf_packed;
+#endif
 
 #ifndef ANI_LITTLE_BIT_ENDIAN
 /**