3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 22:59:41 +01:00

nl80211util: add WIPHY_FREQ to parse_attrs support

This commit is contained in:
James Prestwood 2021-03-10 12:27:43 -08:00 committed by Denis Kenzior
parent e84f257bff
commit f89270325f

View File

@ -137,6 +137,8 @@ static attr_handler handler_for_type(enum nl80211_attrs type)
return extract_mac;
case NL80211_ATTR_ACK:
return extract_flag;
case NL80211_ATTR_WIPHY_FREQ:
return extract_uint32;
default:
break;
}