File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -175,4 +175,5 @@ struct net_device *alloc_fddidev(int sizeof_priv)
175
175
}
176
176
EXPORT_SYMBOL (alloc_fddidev );
177
177
178
+ MODULE_DESCRIPTION ("Core routines for FDDI network devices" );
178
179
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change 21
21
static unsigned int garp_join_time __read_mostly = 200 ;
22
22
module_param (garp_join_time , uint , 0644 );
23
23
MODULE_PARM_DESC (garp_join_time , "Join time in ms (default 200ms)" );
24
+ MODULE_DESCRIPTION ("IEEE 802.1D Generic Attribute Registration Protocol (GARP)" );
24
25
MODULE_LICENSE ("GPL" );
25
26
26
27
static const struct garp_state_trans {
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ static unsigned int mrp_periodic_time __read_mostly = 1000;
26
26
module_param (mrp_periodic_time , uint , 0644 );
27
27
MODULE_PARM_DESC (mrp_periodic_time , "Periodic time in ms (default 1s)" );
28
28
29
+ MODULE_DESCRIPTION ("IEEE 802.1Q Multiple Registration Protocol (MRP)" );
29
30
MODULE_LICENSE ("GPL" );
30
31
31
32
static const u8
Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ void unregister_8022_client(struct datalink_proto *proto)
60
60
EXPORT_SYMBOL (register_8022_client );
61
61
EXPORT_SYMBOL (unregister_8022_client );
62
62
63
+ MODULE_DESCRIPTION ("Support for 802.2 demultiplexing off Ethernet" );
63
64
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -160,4 +160,5 @@ void unregister_snap_client(struct datalink_proto *proto)
160
160
kfree (proto );
161
161
}
162
162
163
+ MODULE_DESCRIPTION ("SNAP data link layer. Derived from 802.2" );
163
164
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -98,4 +98,5 @@ void stp_proto_unregister(const struct stp_proto *proto)
98
98
}
99
99
EXPORT_SYMBOL_GPL (stp_proto_unregister );
100
100
101
+ MODULE_DESCRIPTION ("SAP demux for IEEE 802.1D Spanning Tree Protocol (STP)" );
101
102
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -738,5 +738,6 @@ static void __exit vlan_cleanup_module(void)
738
738
module_init (vlan_proto_init );
739
739
module_exit (vlan_cleanup_module );
740
740
741
+ MODULE_DESCRIPTION ("802.1Q/802.1ad VLAN Protocol" );
741
742
MODULE_LICENSE ("GPL" );
742
743
MODULE_VERSION (DRV_VERSION );
You can’t perform that action at this time.
0 commit comments