]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
b43: Add myself to module authors & to LP-PHY file copyright notices
authorGábor Stefanik <netrolller.3d@gmail.com>
Fri, 28 Aug 2009 20:32:17 +0000 (22:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Aug 2009 18:42:13 +0000 (14:42 -0400)
Also mark the LP-PHY driver "802.11a/g" instead of "802.11g",
as LP-PHY is capable of both 2GHz and 5GHz operation.

Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c
drivers/net/wireless/b43/phy_lp.c
drivers/net/wireless/b43/tables_lpphy.c

index 0f168443ad4946c166f54d78060495a56708acd3..2852cacfa66b3cf22d9c5b5946ccde211ebdcb4b 100644 (file)
@@ -58,6 +58,7 @@ MODULE_DESCRIPTION("Broadcom B43 wireless driver");
 MODULE_AUTHOR("Martin Langer");
 MODULE_AUTHOR("Stefano Brivio");
 MODULE_AUTHOR("Michael Buesch");
+MODULE_AUTHOR("Gábor Stefanik");
 MODULE_LICENSE("GPL");
 
 MODULE_FIRMWARE(B43_SUPPORTED_FIRMWARE_ID);
index 1ab00b034cbd659b80c0161c14f0ae761c17319f..3e02d969f6839b70416da8cc1abdb9f6d11fd9d0 100644 (file)
@@ -1,9 +1,10 @@
 /*
 
   Broadcom B43 wireless driver
-  IEEE 802.11g LP-PHY driver
+  IEEE 802.11a/g LP-PHY driver
 
   Copyright (c) 2008-2009 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
index c784def19b192b8c9f3f4695ca2fc07424e2c25c..cb56882e0371dc54ece6a357f12a106bba71b750 100644 (file)
@@ -1,9 +1,10 @@
 /*
 
   Broadcom B43 wireless driver
-  IEEE 802.11g LP-PHY and radio device data tables
+  IEEE 802.11a/g LP-PHY and radio device data tables
 
   Copyright (c) 2009 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by