diff options
Diffstat (limited to 'lib/nl80211.c')
-rw-r--r-- | lib/nl80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nl80211.c b/lib/nl80211.c index f3e63bb..e2c0c07 100644 --- a/lib/nl80211.c +++ b/lib/nl80211.c @@ -807,7 +807,7 @@ static const uc_nl_nested_spec_t nl80211_mpath_info_nla = { static const uc_nl_nested_spec_t nl80211_msg = { .headsize = 0, - .nattrs = 126, + .nattrs = 127, .attrs = { { NL80211_ATTR_4ADDR, "4addr", DT_U8, 0, NULL }, { NL80211_ATTR_AIRTIME_WEIGHT, "airtime_weight", DT_U16, 0, NULL }, |