diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-19 04:03:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-19 04:03:00 +0000 |
commit | 91ceab5b19a7b8c8b748a27e7bd8cb2cd4a44132 (patch) | |
tree | a235584c68a24630f0aca3fe80b014b7f8aef3f5 /libs/iwinfo/src/iwinfo.h | |
parent | 8e31e6bed28d3c154f7fd101d5907359a4d3eabd (diff) |
libs/iwinfo: implement *_get_txpwrlist() to obtain valid tx power levels
Diffstat (limited to 'libs/iwinfo/src/iwinfo.h')
-rw-r--r-- | libs/iwinfo/src/iwinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo.h b/libs/iwinfo/src/iwinfo.h index af63183fb4..be7c1ece0a 100644 --- a/libs/iwinfo/src/iwinfo.h +++ b/libs/iwinfo/src/iwinfo.h @@ -29,5 +29,10 @@ struct iwinfo_assoclist_entry { int8_t noise; }; +struct iwinfo_txpwrlist_entry { + uint8_t dbm; + uint8_t mw; +}; + #endif |