Skip to content

Commit

Permalink
Merge pull request #88 from jow-/nl80211-fix-survey-info-noise-type
Browse files Browse the repository at this point in the history
nl80211: fix NL80211_SURVEY_INFO_NOISE datatype
  • Loading branch information
jow- authored Jun 28, 2022
2 parents 44bf33a + 7ef0d02 commit 644e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ static const uc_nl_nested_spec_t nl80211_survey_info_nla = {
{ NL80211_SURVEY_INFO_TIME_BUSY, "busy", DT_U64, 0, NULL },
{ NL80211_SURVEY_INFO_TIME_EXT_BUSY, "ext_busy", DT_U64, 0, NULL },
{ NL80211_SURVEY_INFO_TIME_SCAN, "scan", DT_U64, 0, NULL },
{ NL80211_SURVEY_INFO_NOISE, "noise", DT_U8, 0, NULL },
{ NL80211_SURVEY_INFO_NOISE, "noise", DT_S8, 0, NULL },
}
};

Expand Down

0 comments on commit 644e562

Please sign in to comment.