commit | f58c8e09d31e03c9cd2354e3e55f3886fd280d7a | [log] [tgz] |
---|---|---|
author | maheshkkv <maheshkkv@google.com> | Thu Dec 14 16:41:28 2023 -0800 |
committer | maheshkkv <maheshkkv@google.com> | Thu Dec 14 16:46:22 2023 -0800 |
tree | 33e2251307e0b2d18f422ec5dafbd19bd8b33288 | |
parent | 7482f1a9e35fa18d4d8264cd7d71a0169c92b845 [diff] |
Make TWT wake interval type as long As the TWT Wake Interval Mantissa is a 2-byte field and TWT Wake Interval Exponent is a 5-bit field, Maximum TWT Wake Interval = 65,535 x [2^31] microseconds. So make TWT wake inteval field type as long to avoid overflow. Bug: 296108122 Test: m Change-Id: Id77cd094ae0601839de7f01994072d50ec39cd56