Change chan util to int32

This commit is contained in:
PolynomialDivision 2017-09-07 21:31:53 +02:00
parent e0ee421722
commit 7a89f4c9ee
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ typedef struct ap_s {
uint32_t freq;
uint8_t ht;
uint8_t vht;
uint8_t channel_utilization;
uint32_t channel_utilization;
time_t time;
} ap;