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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
148d0de3e5
commit
42d4fdeb3a
@@ -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;
|
||||
|
Reference in New Issue
Block a user