10 lines
341 B
Text
10 lines
341 B
Text
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
config CNSS_GENL
|
||
|
tristate "CNSS Generic Netlink Socket Driver"
|
||
|
help
|
||
|
This module creates generic netlink family "CLD80211". This can be
|
||
|
used by cld driver and userspace utilities to communicate over
|
||
|
netlink sockets. This module creates different multicast groups to
|
||
|
facilitate the same.
|