3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-05 19:49:23 +01:00

nl80211util: add ATTR_SURVEY_INFO to parse_attrs

This commit is contained in:
James Prestwood 2024-06-18 09:58:46 -07:00 committed by Denis Kenzior
parent 5cf826c73a
commit 1dda441b85

View File

@ -181,6 +181,7 @@ static attr_handler handler_for_type(enum nl80211_attrs type)
case NL80211_ATTR_FRAME:
return extract_iovec;
case NL80211_ATTR_WIPHY_BANDS:
case NL80211_ATTR_SURVEY_INFO:
return extract_nested;
case NL80211_ATTR_KEY_IDX:
return extract_u8;