Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

b43: Add myself to module authors & to LP-PHY file copyright notices

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>

authored by

Gábor Stefanik and committed by
John W. Linville
0136e51e c206a39d

+5 -2
+1
drivers/net/wireless/b43/main.c
··· 58 58 MODULE_AUTHOR("Martin Langer"); 59 59 MODULE_AUTHOR("Stefano Brivio"); 60 60 MODULE_AUTHOR("Michael Buesch"); 61 + MODULE_AUTHOR("Gábor Stefanik"); 61 62 MODULE_LICENSE("GPL"); 62 63 63 64 MODULE_FIRMWARE(B43_SUPPORTED_FIRMWARE_ID);
+2 -1
drivers/net/wireless/b43/phy_lp.c
··· 1 1 /* 2 2 3 3 Broadcom B43 wireless driver 4 - IEEE 802.11g LP-PHY driver 4 + IEEE 802.11a/g LP-PHY driver 5 5 6 6 Copyright (c) 2008-2009 Michael Buesch <mb@bu3sch.de> 7 + Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> 7 8 8 9 This program is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by
+2 -1
drivers/net/wireless/b43/tables_lpphy.c
··· 1 1 /* 2 2 3 3 Broadcom B43 wireless driver 4 - IEEE 802.11g LP-PHY and radio device data tables 4 + IEEE 802.11a/g LP-PHY and radio device data tables 5 5 6 6 Copyright (c) 2009 Michael Buesch <mb@bu3sch.de> 7 + Copyright (c) 2009 Gábor Stefanik <netrolller.3d@gmail.com> 7 8 8 9 This program is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by