projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm values...
[openwrt.git]
/
package
/
iwinfo
/
src
/
include
/
iwinfo.h
diff --git
a/package/iwinfo/src/include/iwinfo.h
b/package/iwinfo/src/include/iwinfo.h
index
3c8b418
..
868c10b
100644
(file)
--- a/
package/iwinfo/src/include/iwinfo.h
+++ b/
package/iwinfo/src/include/iwinfo.h
@@
-61,8
+61,8
@@
extern const char *IWINFO_OPMODE_NAMES[];
struct iwinfo_rate_entry {
- uint
16
_t rate;
-
u
int8_t mcs;
+ uint
32
_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.