rtl8xxxu: Update author/maintainer contact info

Update copyright year and email address.

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Jes Sorensen 2017-01-17 18:18:56 -05:00 committed by Kalle Valo
parent 5407fd7de6
commit 1ee83789fc
8 changed files with 9 additions and 9 deletions

View file

@ -10584,7 +10584,7 @@ F: drivers/net/wireless/realtek/rtlwifi/
F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
RTL8XXXU WIRELESS DRIVER (rtl8xxxu) RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
M: Jes Sorensen <Jes.Sorensen@redhat.com> M: Jes Sorensen <Jes.Sorensen@gmail.com>
L: linux-wireless@vger.kernel.org L: linux-wireless@vger.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
S: Maintained S: Maintained

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as

View file

@ -1,7 +1,7 @@
/* /*
* RTL8XXXU mac80211 USB driver - 8188c/8188r/8192c specific subdriver * RTL8XXXU mac80211 USB driver - 8188c/8188r/8192c specific subdriver
* *
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* Portions, notably calibration code: * Portions, notably calibration code:
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.

View file

@ -1,7 +1,7 @@
/* /*
* RTL8XXXU mac80211 USB driver - 8192e specific subdriver * RTL8XXXU mac80211 USB driver - 8192e specific subdriver
* *
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* Portions, notably calibration code: * Portions, notably calibration code:
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.

View file

@ -1,7 +1,7 @@
/* /*
* RTL8XXXU mac80211 USB driver - 8723a specific subdriver * RTL8XXXU mac80211 USB driver - 8723a specific subdriver
* *
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* Portions, notably calibration code: * Portions, notably calibration code:
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.

View file

@ -1,7 +1,7 @@
/* /*
* RTL8XXXU mac80211 USB driver - 8723b specific subdriver * RTL8XXXU mac80211 USB driver - 8723b specific subdriver
* *
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* Portions, notably calibration code: * Portions, notably calibration code:
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.

View file

@ -1,7 +1,7 @@
/* /*
* RTL8XXXU mac80211 USB driver * RTL8XXXU mac80211 USB driver
* *
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* Portions, notably calibration code: * Portions, notably calibration code:
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
@ -48,7 +48,7 @@ static bool rtl8xxxu_dma_aggregation;
static int rtl8xxxu_dma_agg_timeout = -1; static int rtl8xxxu_dma_agg_timeout = -1;
static int rtl8xxxu_dma_agg_pages = -1; static int rtl8xxxu_dma_agg_pages = -1;
MODULE_AUTHOR("Jes Sorensen <Jes.Sorensen@redhat.com>"); MODULE_AUTHOR("Jes Sorensen <Jes.Sorensen@gmail.com>");
MODULE_DESCRIPTION("RTL8XXXu USB mac80211 Wireless LAN Driver"); MODULE_DESCRIPTION("RTL8XXXu USB mac80211 Wireless LAN Driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_FIRMWARE("rtlwifi/rtl8723aufw_A.bin"); MODULE_FIRMWARE("rtlwifi/rtl8723aufw_A.bin");

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014 - 2016 Jes Sorensen <Jes.Sorensen@redhat.com> * Copyright (c) 2014 - 2017 Jes Sorensen <Jes.Sorensen@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as