Re: [PATCH net-next v5 02/22] netlink: introduce nla_put_bitfield32()
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2019-03-28 01:56:57
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2019-03-28 01:56:57
Also in:
lkml
On 3/25/2019 10:08 AM, Michal Kubecek wrote:
Similar to other data types, this helper puts NLA_BITFIELD32 attribute into a netlink message. It takes separate value and selector arguments, if there is a struct nla_bitfield32 already, one can use nla_put(). Signed-off-by: Michal Kubecek <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian