On 12/7/2023 10:38 PM, Allen Ye wrote: > The cnt member in mbssid is the count of total number of MBSSID elements > instead of BSSID. Therefore, we fix this by reading the MaxBSSID Indicator > field directly. Commit text is much more readable if you somewhat follow the guidance: Describe what the current code does. Describe the problem with the current code. Describe how to modify the code to fix the problem. And write this at a high enough level that a manager can understand :)