.. | .. |
---|
1 | 1 | /* |
---|
2 | | - * Marvell Wireless LAN device driver: debugfs |
---|
| 2 | + * NXP Wireless LAN device driver: debugfs |
---|
3 | 3 | * |
---|
4 | | - * Copyright (C) 2011-2014, Marvell International Ltd. |
---|
| 4 | + * Copyright 2011-2020 NXP |
---|
5 | 5 | * |
---|
6 | | - * This software file (the "File") is distributed by Marvell International |
---|
7 | | - * Ltd. under the terms of the GNU General Public License Version 2, June 1991 |
---|
| 6 | + * This software file (the "File") is distributed by NXP |
---|
| 7 | + * under the terms of the GNU General Public License Version 2, June 1991 |
---|
8 | 8 | * (the "License"). You may use, redistribute and/or modify this File in |
---|
9 | 9 | * accordance with the terms and conditions of the License, a copy of which |
---|
10 | 10 | * is available by writing to the Free Software Foundation, Inc., |
---|
.. | .. |
---|
922 | 922 | } |
---|
923 | 923 | |
---|
924 | 924 | #define MWIFIEX_DFS_ADD_FILE(name) do { \ |
---|
925 | | - if (!debugfs_create_file(#name, 0644, priv->dfs_dev_dir, \ |
---|
926 | | - priv, &mwifiex_dfs_##name##_fops)) \ |
---|
927 | | - return; \ |
---|
| 925 | + debugfs_create_file(#name, 0644, priv->dfs_dev_dir, priv, \ |
---|
| 926 | + &mwifiex_dfs_##name##_fops); \ |
---|
928 | 927 | } while (0); |
---|
929 | 928 | |
---|
930 | 929 | #define MWIFIEX_DFS_FILE_OPS(name) \ |
---|