File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,4 +175,5 @@ struct net_device *alloc_fddidev(int sizeof_priv)
175175}
176176EXPORT_SYMBOL (alloc_fddidev );
177177
178+ MODULE_DESCRIPTION ("Core routines for FDDI network devices" );
178179MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change 2121static unsigned int garp_join_time __read_mostly = 200 ;
2222module_param (garp_join_time , uint , 0644 );
2323MODULE_PARM_DESC (garp_join_time , "Join time in ms (default 200ms)" );
24+ MODULE_DESCRIPTION ("IEEE 802.1D Generic Attribute Registration Protocol (GARP)" );
2425MODULE_LICENSE ("GPL" );
2526
2627static 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;
2626module_param (mrp_periodic_time , uint , 0644 );
2727MODULE_PARM_DESC (mrp_periodic_time , "Periodic time in ms (default 1s)" );
2828
29+ MODULE_DESCRIPTION ("IEEE 802.1Q Multiple Registration Protocol (MRP)" );
2930MODULE_LICENSE ("GPL" );
3031
3132static const u8
Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ void unregister_8022_client(struct datalink_proto *proto)
6060EXPORT_SYMBOL (register_8022_client );
6161EXPORT_SYMBOL (unregister_8022_client );
6262
63+ MODULE_DESCRIPTION ("Support for 802.2 demultiplexing off Ethernet" );
6364MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -160,4 +160,5 @@ void unregister_snap_client(struct datalink_proto *proto)
160160 kfree (proto );
161161}
162162
163+ MODULE_DESCRIPTION ("SNAP data link layer. Derived from 802.2" );
163164MODULE_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)
9898}
9999EXPORT_SYMBOL_GPL (stp_proto_unregister );
100100
101+ MODULE_DESCRIPTION ("SAP demux for IEEE 802.1D Spanning Tree Protocol (STP)" );
101102MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -738,5 +738,6 @@ static void __exit vlan_cleanup_module(void)
738738module_init (vlan_proto_init );
739739module_exit (vlan_cleanup_module );
740740
741+ MODULE_DESCRIPTION ("802.1Q/802.1ad VLAN Protocol" );
741742MODULE_LICENSE ("GPL" );
742743MODULE_VERSION (DRV_VERSION );
You can’t perform that action at this time.
0 commit comments