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>
This commit is contained in:
parent
c206a39d58
commit
0136e51edb
@ -58,6 +58,7 @@ MODULE_DESCRIPTION("Broadcom B43 wireless driver");
|
|||||||
MODULE_AUTHOR("Martin Langer");
|
MODULE_AUTHOR("Martin Langer");
|
||||||
MODULE_AUTHOR("Stefano Brivio");
|
MODULE_AUTHOR("Stefano Brivio");
|
||||||
MODULE_AUTHOR("Michael Buesch");
|
MODULE_AUTHOR("Michael Buesch");
|
||||||
|
MODULE_AUTHOR("Gábor Stefanik");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
MODULE_FIRMWARE(B43_SUPPORTED_FIRMWARE_ID);
|
MODULE_FIRMWARE(B43_SUPPORTED_FIRMWARE_ID);
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Broadcom B43 wireless driver
|
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) 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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Broadcom B43 wireless driver
|
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 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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user