[package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm values...
[openwrt.git] / package / iwinfo / src / include / iwinfo.h
index 3c8b418..868c10b 100644 (file)
@@ -61,8 +61,8 @@ extern const char *IWINFO_OPMODE_NAMES[];
 
 
 struct iwinfo_rate_entry {
-       uint16_t rate;
-       uint8_t mcs;
+       uint32_t rate;
+       int8_t mcs;
        uint8_t is_40mhz:1;
        uint8_t is_short_gi:1;
 };
This page took 0.025708 seconds and 4 git commands to generate.