diff options
Diffstat (limited to 'drivers/net/usb/huawei_cdc_ncm.c')
-rw-r--r-- | drivers/net/usb/huawei_cdc_ncm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/usb/huawei_cdc_ncm.c b/drivers/net/usb/huawei_cdc_ncm.c index 63f28908afda..e15a472c6a54 100644 --- a/drivers/net/usb/huawei_cdc_ncm.c +++ b/drivers/net/usb/huawei_cdc_ncm.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* huawei_cdc_ncm.c - handles Huawei devices using the CDC NCM protocol as | 2 | /* huawei_cdc_ncm.c - handles Huawei devices using the CDC NCM protocol as |
2 | * transport layer. | 3 | * transport layer. |
3 | * Copyright (C) 2013 Enrico Mioso <mrkiko.rs@gmail.com> | 4 | * Copyright (C) 2013 Enrico Mioso <mrkiko.rs@gmail.com> |
4 | * | 5 | * |
5 | * | ||
6 | * ABSTRACT: | 6 | * ABSTRACT: |
7 | * This driver handles devices resembling the CDC NCM standard, but | 7 | * This driver handles devices resembling the CDC NCM standard, but |
8 | * encapsulating another protocol inside it. An example are some Huawei 3G | 8 | * encapsulating another protocol inside it. An example are some Huawei 3G |
@@ -11,10 +11,6 @@ | |||
11 | * This code has been heavily inspired by the cdc_mbim.c driver, which is | 11 | * This code has been heavily inspired by the cdc_mbim.c driver, which is |
12 | * Copyright (c) 2012 Smith Micro Software, Inc. | 12 | * Copyright (c) 2012 Smith Micro Software, Inc. |
13 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> | 13 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License | ||
17 | * version 2 as published by the Free Software Foundation. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/module.h> | 16 | #include <linux/module.h> |