Administrative state field added.

FossilOrigin-Name: b87385158acafb30969cddee06ca667432bd388c9633742d74f44f16ba8d7c30
This commit is contained in:
7u83@mail.ru 2014-08-17 22:07:50 +00:00
parent b36e69fd48
commit db5013df57
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ struct radioinfo{
char set;
int rid;
uint32_t type;
int admin_state;
uint8_t rmac[8];
};