.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * RTL8XXXU mac80211 USB driver - 8723a specific subdriver |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * rtl8723au driver. As the Realtek 8xxx chips are very similar in |
---|
11 | 12 | * their programming interface, I have started adding support for |
---|
12 | 13 | * additional 8xxx chips like the 8192cu, 8188cus, etc. |
---|
13 | | - * |
---|
14 | | - * This program is free software; you can redistribute it and/or modify it |
---|
15 | | - * under the terms of version 2 of the GNU General Public License as |
---|
16 | | - * published by the Free Software Foundation. |
---|
17 | | - * |
---|
18 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
19 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
20 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
21 | | - * more details. |
---|
22 | 14 | */ |
---|
23 | 15 | |
---|
24 | 16 | #include <linux/init.h> |
---|