diff options
Diffstat (limited to 'net/mac80211/ibss.c')
-rw-r--r-- | net/mac80211/ibss.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 4e4507115cf3..f00dca056295 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * IBSS mode implementation | 3 | * IBSS mode implementation |
3 | * Copyright 2003-2008, Jouni Malinen <j@w1.fi> | 4 | * Copyright 2003-2008, Jouni Malinen <j@w1.fi> |
@@ -9,10 +10,6 @@ | |||
9 | * Copyright 2013-2014 Intel Mobile Communications GmbH | 10 | * Copyright 2013-2014 Intel Mobile Communications GmbH |
10 | * Copyright(c) 2016 Intel Deutschland GmbH | 11 | * Copyright(c) 2016 Intel Deutschland GmbH |
11 | * Copyright(c) 2018-2019 Intel Corporation | 12 | * Copyright(c) 2018-2019 Intel Corporation |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |