Explorar o código

qcacmn: change int size for ampdu

change size for ampdu from 8bit to 16bit to store new size for be.

Change-Id: I369f9f43c6cbad0f3af4cf787ef912e4318b55dc
CRs-Fixed: 3405031
Ruben Columbus %!s(int64=2) %!d(string=hai) anos
pai
achega
42d4fdeb3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      umac/mlme/include/wlan_vdev_mlme.h

+ 1 - 1
umac/mlme/include/wlan_vdev_mlme.h

@@ -391,7 +391,7 @@ struct vdev_mlme_mgmt_generic {
 	uint8_t maxregpower;
 	uint8_t antennamax;
 	uint8_t reg_class_id;
-	uint8_t ampdu;
+	uint16_t ampdu;
 	uint8_t amsdu;
 	char ssid[WLAN_SSID_MAX_LEN + 1];
 	uint8_t ssid_len;