mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Change chan util to int32
This commit is contained in:
parent
e0ee421722
commit
7a89f4c9ee
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue