macsec: add genl family module alias
[ Upstream commit 78362998f58c7c271e2719dcd0aaced435c801f9 ]
This helps tools such as wpa_supplicant can start even if the macsec
module isn't loaded yet.
Fixes: c09440f7dc ("macsec: introduce IEEE 802.1AE driver")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
43c792a848
commit
4b4a194a10
@@ -3510,6 +3510,7 @@ module_init(macsec_init);
|
||||
module_exit(macsec_exit);
|
||||
|
||||
MODULE_ALIAS_RTNL_LINK("macsec");
|
||||
MODULE_ALIAS_GENL_FAMILY("macsec");
|
||||
|
||||
MODULE_DESCRIPTION("MACsec IEEE 802.1AE");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
Reference in New Issue
Block a user