mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
nl80211util: add WIPHY_FREQ to parse_attrs support
This commit is contained in:
parent
e84f257bff
commit
f89270325f
@ -137,6 +137,8 @@ static attr_handler handler_for_type(enum nl80211_attrs type)
|
|||||||
return extract_mac;
|
return extract_mac;
|
||||||
case NL80211_ATTR_ACK:
|
case NL80211_ATTR_ACK:
|
||||||
return extract_flag;
|
return extract_flag;
|
||||||
|
case NL80211_ATTR_WIPHY_FREQ:
|
||||||
|
return extract_uint32;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user